Click or drag to resize
ObjectHelperExtractObjectsData Method (DataSet, GeneralizedInfo, String, Boolean)

Note: This API is now obsolete.

Extracts the object data from given DataSet.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use method ExtractObjectsData with object WhereCondition")]
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