Click or drag to resize

RoutableDataTableEXTENSION, CTRL, SETTINGS, CORETYPE, DATASOURCETYPE, FIELDTYPERouteString Method

Provide the string set to RoutedFieldHintText; e.g. "<fromField>.Name -> <toSource>.Name :"

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected abstract string RouteString(
	FIELDTYPE fromField,
	DATASOURCETYPE toSource
)

Parameters

fromField  FIELDTYPE
toSource  DATASOURCETYPE

Return Value

String
See Also