Show / Hide Table of Contents

Interface IDbContextWithSchema

The database schema is accessible on Model, but that is not possible to use during model creation (aka when configuring EF), and this interface exposes the possibility to expose the schema so it can be used earlier. This is used for example by the MySQL support.

Namespace: IRM.EntityFrameworkCore
Assembly: IRM.EntityFrameworkCore.dll
Syntax
public interface IDbContextWithSchema

Properties

Schema

Gets the schema name that should be used for this Microsoft.EntityFrameworkCore.DbContext.

Declaration
string Schema { get; }
Property Value
String

Extension Methods

JsonExtensions.Serialize<T>(T)
JsonExtensions.Serialize<T>(T, JsonSerializerOptions)
Back to top Generated by DocFX