Click or drag to resize
ObjectCollectionTObjectUseData Method
Initializes the collection with the given source data

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected void UseData(
	DataSet sourceData
)

Parameters

sourceData
Type: System.DataDataSet
Source data for the collection
See Also