QuerySqlOptions Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
Aggregate | 1 | A single row with aggregate values should be returned. Mutually exclusive with Count. If neither Count or Aggregate is set then the basic data records should be returned. | |
Count | 2 | A single row with a single column containing the record count should be returned. Mutually exclusive with Aggregate. If neither Count or Aggregate is set then the basic data records should be returned. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.