Click or drag to resize
ObjectHelperExtractObjectsData Method

Note: This API is now obsolete.

Extracts the object data from given DataSet.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("The member was never intended for public use. Please contact Kentico support if you need to find a replacement.")]
public static DataSet ExtractObjectsData(
	DataSet ds,
	GeneralizedInfo infoObj,
	WhereCondition where,
	bool childData
)

Parameters

ds
Type: System.DataDataSet
Source DataSet
infoObj
Type: CMS.DataEngineGeneralizedInfo
Object type
where
Type: CMS.DataEngineWhereCondition
Where condition
childData
Type: SystemBoolean
Child data

Return Value

Type: DataSet
See Also