Click or drag to resize
InfoObjectCollection<TInfo> Constructor (DataSet)
Constructor. Creates a static collection populated from DataSet

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

Parameters

sourceData
Type: System.Data.DataSet
Source DataSet
See Also