Mono Class Library: Mono.Data.SqliteClient Namespace

Mono.Data.SqliteClient.SqliteDataReader Class

The DataReader represents a table of results returned from a query. [Edit]

See Also: SqliteDataReader Members

System.Data.Common.DbDataReader
     Mono.Data.SqliteClient.SqliteDataReader

public class SqliteDataReader : System.Data.Common.DbDataReader

Remarks

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]

Requirements

Namespace: Mono.Data.SqliteClient
Assembly: Mono.Data.SqliteClient (in Mono.Data.SqliteClient.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0