Click or drag to resize
DataClassInfoProviderGetClasses Method

Note: This API is now obsolete.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is obsolete, use method GetClasses() without parameters.")]
public static InfoDataSet<DataClassInfo> GetClasses(
	string where,
	string orderBy = null,
	int topN = -1,
	string columns = null
)

Parameters

where
Type: SystemString
Where condition to filter data
orderBy (Optional)
Type: SystemString
Order by statement
topN (Optional)
Type: SystemInt32
Specifies number of returned records
columns (Optional)
Type: SystemString
Data columns to return

Return Value

Type: InfoDataSetDataClassInfo
See Also