| SqlMapperGridReaderIsConsumed Property  | 
            Has the underlying reader been consumed?
            
 
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsConsumed { get; }Public ReadOnly Property IsConsumed As Boolean
	Get
public:
property bool IsConsumed {
	bool get ();
}member IsConsumed : bool with get
Property Value
Type: 
Boolean
See Also