Click or drag to resize

RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPEGetFieldsOfTable Method

Returns all selectable fields of given datasource.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract IEnumerable<FIELDTYPE> GetFieldsOfTable(
	DATASOURCETYPE datasource
)

Parameters

datasource  DATASOURCETYPE
 

Return Value

IEnumerableFIELDTYPE
See Also