Click or drag to resize
ObjectHelperExtractObjectsData 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.DataDataSet
Source DataSet
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object type
where
Type: SystemString
Where condition
childData
Type: SystemBoolean
Child data

Return Value

Type: DataSet
See Also