Navigation: CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods > ExpansionBase.GetColumnsAndNavigation Method |
Returns columns (including navigation 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> GetColumnsAndNavigation(
string table,
bool onlyIscChecked
)
table
Type: String
Table we need columns for
onlyIscChecked
Type: Boolean
if set to true [only isc checked].
List<ISchemaItem>.
ZeraSystems.CodeNanite.Expansion Namespace