| InfoDataSetTInfo Constructor (DataSet) | 
            Constructor, creates new DataSet using data from the given DataSet.
            Removes data from the original data set.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntaxpublic InfoDataSet(
	DataSet sourceData
)
Parameters
- sourceData
 - Type: System.DataDataSet
Source data 
See Also