SqliteReservoir Class
The Reservoir implementation wrapping SQLite.
public sealed class SqliteReservoir : Reservoir
- Inheritance
-
Sqlite
Reservoir
- Implements
Constructors
Sqlite |
The Reservoir implementation wrapping SQLite. |
Methods
Dispose() | |
New |
Description copied from interface: Reservoir
|
New |
Description copied from interface: Reservoir
|
Read() |
Description copied from interface: Reservoir
|
Equals(object) | (Inherited from object) |
GetHashCode() | (Inherited from object) |
GetType() | (Inherited from object) |
MemberwiseClone() | (Inherited from object) |
ToString() | (Inherited from object) |
Constructors Detail
SqliteReservoir(SqliteDataReader)
The Reservoir implementation wrapping SQLite.
public SqliteReservoir(SqliteDataReader reader)
Parameters
- reader
-
Sqlite
Data Reader
The ? object.
Methods Detail
Dispose()
public void Dispose()
Implements
NewInstance<T>()
Description copied from interface: Reservoir
Creates an instance with the current row.
public T NewInstance<T>()
Type Parameters
- T
Returns
Description copied from interface: Reservoir
The new instance.
Implements
NewInstances<T>()
Description copied from interface: Reservoir
Creates new instances with the current and susequent rows.
public IEnumerable<T> NewInstances<T>()
Type Parameters
- T
Returns
Implements
Read()
Description copied from interface: Reservoir
Advances to the next row in the result set.
public bool Read()