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

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

Parameters

sourceData
Type: System.DataDataSet
Source data
See Also