QueryExtensions Class |
Namespace: CMS.DataEngine.Query
public static class QueryExtensions
The QueryExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AsColumn |
Converts string to a query column which can be used in a query
|
![]() ![]() | AsExpression |
Converts string to a query expression which can be used in a query
|
![]() ![]() | AsLiteralT |
Converts value to a literal value which can be used in a query
|
![]() ![]() | AsValueT |
Converts object to a query value which can be used as a query parameter
|
![]() ![]() | EnsureDataSetTInfo |
Ensures FillDataSet property for given TInfo.
|
![]() ![]() | GetCountTInfo |
Gets the number of items which returns given object query.
|