Mono Class Library: Mono.Data.SqliteClient NamespaceMono.Data.SqliteClient.SqliteDataReader Class |
See Also: SqliteDataReader Members
System.Data.Common.DbDataReader
Mono.Data.SqliteClient.SqliteDataReader
|
A DataReader is returned from SqliteCommand.ExecuteReader(). The DataReader currently implemented preloads the entire into memory.
The DataReader is initially positioned before the first row of data. SqliteDataReader.Read() must be called before accessing the data in the first row.
[Edit]
Namespace: Mono.Data.SqliteClient
Assembly: Mono.Data.SqliteClient (in Mono.Data.SqliteClient.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0