MemoryDataQuerySource Constructor (FuncDataSet) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public MemoryDataQuerySource(
Func<DataSet> getSourceData
)
Parameters
- getSourceData
- Type: SystemFuncDataSet
Function to dynamically get the source data at the given moment
See Also