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)
public List<ISchemaItem> GetTables(
bool enabledOnly
)
enabledOnly
Type: Boolean
If FALSE is passed, then all tables are returned. Default is TRUE
Returned List of Table
ZeraSystems.CodeNanite.Expansion Namespace