CommandDefinitionBuffered Property |
Should data be buffered before returning?
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool Buffered { get; }
Public ReadOnly Property Buffered As Boolean
Get
public:
property bool Buffered {
bool get ();
}
member Buffered : bool with get
Property Value
Type:
BooleanSee Also