Click or drag to resize

RoutableDataTable<EXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPE>.GetFieldsOfTable 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

IEnumerable<FIELDTYPE>
See Also