AbstractInfoBaseTInfoGetExternalColumnData Method |
Returns the column data from external storage if exists.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
ObjectSee Also