ExpansionBase.CreateRelatedTablePropertyName Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.CreateRelatedTablePropertyName Method

Creates the name of the related table property.

When the table row object cannot be passed, passing the table and column name enables CreateTablePropertyName() to be called.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public string CreateRelatedTablePropertyName(
 string column,
 string table
)

Parameters

column

Type: String

The column.

table

Type: String

The table.

Return Value

System.String.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace