Definition at line 23 of file QueryInfo.cs.
Definition at line 24 of file QueryInfo.cs.
25 :
this(request, expression, (QueryLimit) null) {
Definition at line 28 of file QueryInfo.cs.
29 :
this(request, expression, sortColumns, null) {
Definition at line 32 of file QueryInfo.cs.
32 :
this(request, expression, null, limit) {
Definition at line 35 of file QueryInfo.cs.
36 if (expression == null)
37 throw new ArgumentNullException(
"expression");
39 throw new ArgumentNullException(
"request");
SqlQueryExpression Expression
IEnumerable< SortColumn > SortColumns
IRequest Deveel.Data.Sql.Query.QueryInfo.Request |
|
getprivate set |
IEnumerable<SortColumn> Deveel.Data.Sql.Query.QueryInfo.SortColumns |
|
getset |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Sql.Query/QueryInfo.cs