Click or drag to resize
CustomTableItemProviderGetItemsInternal Method
Returns the query for all custom table items.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
protected virtual ObjectQuery<CustomTableItem> GetItemsInternal()

Return Value

Type: ObjectQueryCustomTableItem
See Also