Click or drag to resize
CustomTableHelper.GetCustomTableClasses Method
Returns the dataset containing custom tables classes.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 11.0.0
Syntax
C#
public static ObjectQuery<DataClassInfo> GetCustomTableClasses()

Return Value

Type: ObjectQuery<DataClassInfo>
See Also