Click or drag to resize
ObjectHelperGetTable Method
Gets the table of specified info object from the given DataSet using the serialization table name.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public static DataTable GetTable(
	DataSet ds,
	GeneralizedInfo infoObj
)

Parameters

ds
Type: System.DataDataSet
Source data set
infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object

Return Value

Type: DataTable
Exceptions
ExceptionCondition
DataClassNotFoundExceptionThrown when the data class of the given object is not found.
See Also