Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.GetTableObject Method |
Returns a table object ( row from SchemaItems) to give access to the columns in that table header
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public ISchemaItem GetTableObject(
string table,
bool enabledOnly
)
table
Type: String
Table to use
enabledOnly
Type: Boolean
If FALSE is passed, then all tables are returned. Default is TRUE
ISchemaItem.
ZeraSystems.CodeNanite.Expansion Namespace