Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Microsoft.Data.Sqlite Namespace

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Classes

Name Description
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

Name Description
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.


Feedback

Was this page helpful?