ExpansionBase.GetColumnsAndNavigation Method

<< >>

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)

Syntax


C#

public List<ISchemaItemGetColumnsAndNavigation(
 string table,
 bool onlyIscChecked
)

Parameters

table

Type: String

Table we need columns for

onlyIscChecked

Type: Boolean

if set to true [only isc checked].

Return Value

List<ISchemaItem>.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace