Click or drag to resize
ObjectHelper.ExtractObjectsData Method
Extracts the object data from given DataSet.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet ExtractObjectsData(
	DataSet ds,
	GeneralizedInfo infoObj,
	string where,
	bool childData
)

Parameters

ds
Type: System.Data.DataSet
Source DataSet
infoObj
Type: CMS.DataEngine.GeneralizedInfo
Object type
where
Type: System.String
Where condition
childData
Type: System.Boolean
Child data

Return Value

Type: DataSet
See Also