ExpansionBase.GetTables Method (Boolean)

<< >>

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

ExpansionBase.GetTables Method (Boolean)

Return the tables in database as a List Collection

Namespace: ZeraSystems.CodeNanite.Expansion

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

Syntax


C#

public List<ISchemaItemGetTables(
 bool enabledOnly
)

Parameters

enabledOnly

Type: Boolean

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

Return Value

Returned List of Table

See Also


ExpansionBase Class

GetTables Overload

ZeraSystems.CodeNanite.Expansion Namespace