Click or drag to resize
DataClassInfoProviderGetDataSet Method
Gets an empty DataSet created by class XML schema.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetDataSet(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: DataSet
Exceptions
ExceptionCondition
DataClassNotFoundExceptionThrown when the data class with the given class name is not found.
See Also