ExternalColumnSettingsInfoTypeGetDataTransformation Property |
Gets or sets a transformation function which is called when the data is retrieved from the external storage.
Can be used for example to remove default directives to layout code.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public Func<InfoType, Object, Object> GetDataTransformation { get; set; }
Property Value
Type:
FuncInfoType,
Object,
ObjectSee Also