GenSelectFlags Enumeration |
Namespace: NetQuarry.Data
Member name | Value | Description | |
---|---|---|---|
FieldsOnly | 1 | Do not include any SQL keywords (e.g. SELECT, TOP n, etc.) in the generated clause. | |
NoTopN | 2 | Do not apply a TOP N (or equivalent for non-SQL-Server databases) to the SELECT clause. Note that the TOP N string should still be generated and returned as a separate parameter, but not included in the returned SQL SELECT clause. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.