IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.OnModelCreating Method
Definition
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.
Configures the schema needed for the identity framework.
protected:
override void OnModelCreating(Microsoft::EntityFrameworkCore::ModelBuilder ^ builder);
protected override void OnModelCreating (Microsoft.EntityFrameworkCore.ModelBuilder builder);
override this.OnModelCreating : Microsoft.EntityFrameworkCore.ModelBuilder -> unit
Protected Overrides Sub OnModelCreating (builder As ModelBuilder)
Parameters
- builder
- ModelBuilder
The builder being used to construct the model for this context.