Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > GetColumns Method > ExpansionBase.GetColumns Method (String, Boolean, String) |
Returns columns in the passed table as a List Collection
Namespace: ZeraSystems.CodeNanite.Expansion
Assembly: ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)
public List<ISchemaItem> GetColumns(
string table,
bool onlyIsChecked,
string excludeColumn
)
table
Type: String
Table we need columns for
onlyIsChecked
Type: Boolean
If TRUE is passed (which is default), indicates that only columns checked on the Global Schema grid are returned
excludeColumn
Type: String
If we want to exclude a specific column
Returned List of Columns
ZeraSystems.CodeNanite.Expansion Namespace