Click or drag to resize
AbstractInfoBaseTInfoGetExternalColumnData Method
Returns the column data from external storage if exists.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
protected Object GetExternalColumnData(
	string columnName,
	bool applyGetTransformation
)

Parameters

columnName
Type: SystemString
Name of the column
applyGetTransformation
Type: SystemBoolean
If true, GetTransformation is applied before the result is returned

Return Value

Type: Object
See Also