Microsoft.EntityFrameworkCore.Sqlite
SQLite specific extension methods for .
Configures the context to connect to a SQLite database.
The builder being used to configure the context.
The connection string of the database to connect to.
An optional action to allow additional SQLite specific configuration.
The options builder so that further configuration can be chained.
Configures the context to connect to a SQLite database.
The builder being used to configure the context.
An existing to be used to connect to the database. If the connection is
in the open state then EF will not open or close the connection. If the connection is in the closed
state then EF will open and close the connection as needed.
An optional action to allow additional SQLite specific configuration.
The options builder so that further configuration can be chained.
Configures the context to connect to a SQLite database.
The type of context to be configured.
The builder being used to configure the context.
The connection string of the database to connect to.
An optional action to allow additional SQLite specific configuration.
The options builder so that further configuration can be chained.
Configures the context to connect to a SQLite database.
The type of context to be configured.
The builder being used to configure the context.
An existing to be used to connect to the database. If the connection is
in the open state then EF will not open or close the connection. If the connection is in the closed
state then EF will open and close the connection as needed.
An optional action to allow additional SQLite specific configuration.
The options builder so that further configuration can be chained.
Allows SQLite specific configuration to be performed on .
Instances of this class are returned from a call to
and it is not designed to be directly constructed in your application code.
Initializes a new instance of the class.
The options builder.
Clones the configuration in this builder.
The cloned configuration.
Suppresses enforcement of foreign keys in the database.
The same builder instance so that multiple calls can be chained.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
SQLite specific extension methods for metadata.
Gets the SQLite specific metadata for an entity.
The entity to get metadata for.
The SQLite specific metadata for the entity.
Gets the SQLite specific metadata for an entity.
The entity to get metadata for.
The SQLite specific metadata for the entity.
Gets the SQLite specific metadata for a foreign key.
The entity to get metadata for.
The SQLite specific metadata for the foreign key.
Gets the SQLite specific metadata for a foreign key.
The entity to get metadata for.
The SQLite specific metadata for the foreign key.
Gets the SQLite specific metadata for an index.
The index to get metadata for.
The SQLite specific metadata for the index.
Gets the SQLite specific metadata for an index.
The index to get metadata for.
The SQLite specific metadata for the index.
Gets the SQLite specific metadata for a key.
The key to get metadata for.
The SQLite specific metadata for the key.
Gets the SQLite specific metadata for a key.
The key to get metadata for.
The SQLite specific metadata for the key.
Gets the SQLite specific metadata for a model.
The model to get metadata for.
The SQLite specific metadata for the model.
Gets the SQLite specific metadata for a model.
The model to get metadata for.
The SQLite specific metadata for the model.
Gets the SQLite specific metadata for a property.
The property to get metadata for.
The SQLite specific metadata for the property.
Gets the SQLite specific metadata for a property.
The property to get metadata for.
The SQLite specific metadata for the property.
SQLite specific extension methods for .
Configures the table that the entity maps to when targeting SQLite.
The builder for the entity type being configured.
The name of the table.
The same builder instance so that multiple calls can be chained.
Configures the table that the entity maps to when targeting SQLite.
The entity type being configured.
The builder for the entity type being configured.
The name of the table.
The same builder instance so that multiple calls can be chained.
SQLite specific extension methods for .
Configures the name of the index in the database when targeting SQLite.
The builder for the index being configured.
The name of the index.
The same builder instance so that multiple calls can be chained.
SQLite specific extension methods for .
Configures the name of the key constraint in the database when targeting SQLite.
The builder for the key being configured.
The name of the key.
The same builder instance so that multiple calls can be chained.
SQLite specific extension methods for .
Configures the column that the property maps to when targeting SQLite.
The builder for the property being configured.
The name of the column.
The same builder instance so that multiple calls can be chained.
Configures the column that the property maps to when targeting SQLite.
The type of the property being configured.
The builder for the property being configured.
The name of the column.
The same builder instance so that multiple calls can be chained.
Configures the data type of the column that the property maps to when targeting SQLite.
The builder for the property being configured.
The name of the data type of the column.
The same builder instance so that multiple calls can be chained.
Configures the data type of the column that the property maps to when targeting SQLite.
The type of the property being configured.
The builder for the property being configured.
The name of the data type of the column.
The same builder instance so that multiple calls can be chained.
Configures the default value expression for the column that the property maps to when targeting SQLite.
The builder for the property being configured.
The SQL expression for the default value of the column.
The same builder instance so that multiple calls can be chained.
Configures the default value expression for the column that the property maps to when targeting SQLite.
The type of the property being configured.
The builder for the property being configured.
The SQL expression for the default value of the column.
The same builder instance so that multiple calls can be chained.
Configures the default value for the column that the property maps to when targeting SQLite.
The builder for the property being configured.
The default value of the column.
The same builder instance so that multiple calls can be chained.
Configures the default value for the column that the property maps to when targeting SQLite.
The type of the property being configured.
The builder for the property being configured.
The default value of the column.
The same builder instance so that multiple calls can be chained.
SQLite specific extension methods for .
Configures the foreign key constraint name for this relationship when targeting SQLite.
The builder being used to configure the relationship.
The name of the foreign key constraint.
The same builder instance so that multiple calls can be chained.
Configures the foreign key constraint name for this relationship when targeting SQLite.
The builder being used to configure the relationship.
The name of the foreign key constraint.
The same builder instance so that multiple calls can be chained.
The principal entity type in this relationship.
The dependent entity type in this relationship.
SQLite specific extension methods for .
Configures the foreign key constraint name for this relationship when targeting SQLite.
The builder being used to configure the relationship.
The name of the foreign key constraint.
The same builder instance so that multiple calls can be chained.
Configures the foreign key constraint name for this relationship when targeting SQLite.
The builder being used to configure the relationship.
The name of the foreign key constraint.
The same builder instance so that multiple calls can be chained.
The entity type on one end of the relationship.
The entity type on the other end of the relationship.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
SQLite does not support this migration operation ('{operation}'). For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
Generating idempotent scripts for migration is not currently supported by SQLite. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
SQLite does not support schemas. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
SQLite does not support sequences. For more information, see http://go.microsoft.com/fwlink/?LinkId=723262.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
This API supports the Entity Framework Core infrastructure and is not intended to be used
directly from your code. This API may change or be removed in future releases.
SQLite specific extension methods for .
Adds the services required by the SQLite database provider for Entity Framework
to an . You use this method when using dependency injection
in your application, such as with ASP.NET. For more information on setting up dependency
injection, see http://go.microsoft.com/fwlink/?LinkId=526890.
You only need to use this functionality when you want Entity Framework to resolve the services it uses
from an external dependency injection container. If you are not using an external
dependency injection container, Entity Framework will take care of creating the services it requires.
public void ConfigureServices(IServiceCollection services)
{
var connectionString = "connection string to database";
services
.AddEntityFrameworkSqlite()
.AddDbContext<MyContext>((serviceProvider, options) =>
options.UseSqlite(connectionString)
.UseInternalServiceProvider(serviceProvider));
}
The to add services to.
The same service collection so that multiple calls can be chained.