Returns the query of all data record for given custom table filtered out by where condition and ordered by given expression.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- className
- Type: System String
Class name
- where
- Type: System String
Where condition
- orderBy (Optional)
- Type: System String
Order by expression
- topN (Optional)
- Type: System Int32
Top N items
- columns (Optional)
- Type: System String
Columns to select, null or empty returns all columns
Return Value
Type: ObjectQuery CustomTableItemSee Also