ExpansionBase.GetSchemaItemColumn Method

<< >>

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

ExpansionBase.GetSchemaItemColumn Method

Gets the corresponding SchemaItem column based on the passed column name.

Namespace: ZeraSystems.CodeNanite.Expansion

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

Syntax


C#

public ISchemaItem GetSchemaItemColumn(
 string column,
 string table
)

Parameters

column

Type: String

The name of the column

table

Type: String

The table column belongs to

Return Value

SchemaItem column row

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace