Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetColumns Method > ExpansionBase.GetColumns Method (List<ISchemaItem>, String, Boolean, String, Boolean) |
Gets a List of columns for passed table.
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public List<ISchemaItem> GetColumns(
List<ISchemaItem> schemaItem,
string table,
bool onlyIsChecked,
string excludeColumn,
bool noCalculated
)
schemaItem
Type: List<ISchemaItem>
The schema item.
table
Type: String
The table.
onlyIsChecked
Type: Boolean
if set to true [only is checked].
excludeColumn
Type: String
The column to exclude
noCalculated
Type: Boolean
Exclude Calculated Columns
List<ISchemaItem>.
ZeraSystems.CodeNanite.Expansion Namespace