 | RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPEGetFieldsOfTable Method |
Returns all selectable fields of given datasource.
Namespace: CTExtensions.ExportCore.Config.DataMappingAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected abstract IEnumerable<FIELDTYPE> GetFieldsOfTable(
DATASOURCETYPE datasource
)
Protected MustOverride Function GetFieldsOfTable (
datasource As DATASOURCETYPE
) As IEnumerable(Of FIELDTYPE)
Parameters
- datasource DATASOURCETYPE
-
Return Value
IEnumerableFIELDTYPE
See Also