Click or drag to resize

RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPERoutingDatasoureFromField Method

Return the routing datasource for the field. This function must return valid datasource if IsRoutableSelection(FIELDTYPE) for field is true.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract DATASOURCETYPE RoutingDatasoureFromField(
	FIELDTYPE field
)

Parameters

field  FIELDTYPE

Return Value

DATASOURCETYPE
See Also