Click or drag to resize
MemoryDataQuerySource Constructor (FuncDataSet)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public MemoryDataQuerySource(
	Func<DataSet> getSourceData
)

Parameters

getSourceData
Type: SystemFuncDataSet
Function to dynamically get the source data at the given moment
See Also