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