| CommandDefinitionPipelined Property  | 
            Can async queries be pipelined?
            
 
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Pipelined { get; }Public ReadOnly Property Pipelined As Boolean
	Get
public:
property bool Pipelined {
	bool get ();
}member Pipelined : bool with get
Property Value
Type: 
Boolean
See Also