Click or drag to resize
DataClassInfoProviderGetTableName Method
Gets the table name of specified info object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public static string GetTableName(
	GeneralizedInfo infoObj
)

Parameters

infoObj
Type: CMS.DataEngineGeneralizedInfo
Info object

Return Value

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