Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetTables Method > ExpansionBase.GetTables Method (List<ISchemaItem>, Boolean) |
Gets a list of tables.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public List<ISchemaItem> GetTables(
List<ISchemaItem> schemaItem,
bool enabledOnly
)
schemaItem
Type: List<ISchemaItem>
The schema item.
enabledOnly
Type: Boolean
Indicates that only enabled tables should be listed
List<ISchemaItem>.
ZeraSystems.CodeNanite.Expansion Namespace