Click or drag to resize
MemoryDataQuerySourceGetSourceData Property
Function to dynamically get the source data at the given moment

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected Func<DataSet> GetSourceData { get; set; }

Property Value

Type: FuncDataSet
See Also