Click or drag to resize
InfoObjectCollectionTInfo Constructor (DataSet)
Constructor. Creates a static collection populated from DataSet

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

Parameters

sourceData
Type: System.DataDataSet
Source DataSet
See Also