Click or drag to resize
InfoDataSetTInfo Constructor (DataSet)
Constructor, creates new DataSet using data from the given DataSet. Removes data from the original data set.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public InfoDataSet(
	DataSet sourceData
)

Parameters

sourceData
Type: System.DataDataSet
Source data
See Also