Microsoft.Data.Sqlite Namespace
Classes
SqliteBlob |
Provides methods to access the contents of a blob. |
SqliteCommand |
Represents a SQL statement to be executed against a SQLite database. |
SqliteConnection |
Represents a connection to a SQLite database. |
SqliteConnectionStringBuilder |
Provides a simple way to create and manage the contents of connection strings used by SqliteConnection. |
SqliteDataReader |
Provides methods for reading the result of a command executed against a SQLite database. |
SqliteException |
Represents a SQLite error. |
SqliteFactory |
Creates instances of various Microsoft.Data.Sqlite classes. |
SqliteParameter |
Represents a parameter and its value in a SqliteCommand. |
SqliteParameterCollection |
Represents a collection of SQLite parameters. |
SqliteTransaction |
Represents a transaction made against a SQLite database. |
Enums
SqliteCacheMode |
Represents the caching modes that can be used when creating a new SqliteConnection. |
SqliteOpenMode |
Represents the connection modes that can be used when opening a connection. |
SqliteType |
Represents the type affinities used by columns in SQLite tables. |