Click or drag to resize

GenSelectFlags Enumeration

Flags to modify the behavior of the MapperExec command, GenerateSelectSQL GenerateSelectSQL.

Namespace:  NetQuarry.Data
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum GenSelectFlags
Members
  Member nameValueDescription
FieldsOnly1Do not include any SQL keywords (e.g. SELECT, TOP n, etc.) in the generated clause.
NoTopN2 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.
See Also