Additional state flags that control command behaviour
            
 
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[FlagsAttribute]
public enum CommandFlags
<FlagsAttribute>
Public Enumeration CommandFlags
[FlagsAttribute]
public enum class CommandFlags
[<FlagsAttribute>]
type CommandFlags
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | None | 0 | 
            No additional flags
             | 
 | Buffered | 1 | 
            Should data be buffered before returning?
             | 
 | Pipelined | 2 | 
            Can async queries be pipelined?
             | 
 | NoCache | 4 | 
            Should the plan cache be bypassed?
             | 
See Also