Click or drag to resize
CommandFlags Enumeration
Additional state flags that control command behaviour

Namespace: Dapper
Assembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[FlagsAttribute]
public enum CommandFlags
Members
  Member nameValueDescription
None0 No additional flags
Buffered1 Should data be buffered before returning?
Pipelined2 Can async queries be pipelined?
NoCache4 Should the plan cache be bypassed?
See Also