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)
Syntax public bool IsConsumed { get; }
Public ReadOnly Property IsConsumed As Boolean
Get
public:
property bool IsConsumed {
bool get ();
}
member IsConsumed : bool with get
Property Value
Type:
BooleanSee Also