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)
public ISchemaItem GetSchemaItemColumn(
string column,
string table
)
column
Type: String
The name of the column
table
Type: String
The table column belongs to
SchemaItem column row
ZeraSystems.CodeNanite.Expansion Namespace