ExpansionBase.GetColumns Method (String, Boolean, String)

<< >>

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)

Syntax


C#

public List<ISchemaItemGetColumns(
 string table,
 bool onlyIsChecked,
 string excludeColumn
)

Parameters

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

Return Value

Returned List of Columns

See Also


ExpansionBase Class

GetColumns Overload

ZeraSystems.CodeNanite.Expansion Namespace