ExpansionBase.GetTableObject Method

<< >>

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)

Syntax


C#

public ISchemaItem GetTableObject(
 string table,
 bool enabledOnly
)

Parameters

table

Type: String

Table to use

enabledOnly

Type: Boolean

If FALSE is passed, then all tables are returned. Default is TRUE

Return Value

ISchemaItem.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace