ExpansionBase.GetColumnsFromSchemaItems Method

<< >>

Navigation:  CodeStencil > Custom Library > Class Library > Expansion Namespace > ExpansionBase Class > ExpansionBase Methods >

ExpansionBase.GetColumnsFromSchemaItems Method

Gets the columns from schema items.

Namespace: ZeraSystems.CodeNanite.Expansion

Assembly:  ZeraSystems.CodeNanite.Expansion (in ZeraSystems.CodeNanite.Expansion.dll)

Syntax


C#

public IEnumerable<ISchemaItemGetColumnsFromSchemaItems(
 List<stringcolumns,
 string table
)

Parameters

columns

Type: List<String>

The columns.

table

Type: String

The table.

Return Value

IEnumerable<ISchemaItem>.

See Also


ExpansionBase Class

ZeraSystems.CodeNanite.Expansion Namespace