DbContextInfo.OnModelCreating Property
Gets or sets an action to be run on the DbModelBuilder after OnModelCreating has been run on the context.
Assembly: EntityFramework (in EntityFramework.dll)
Property Value
Type: System.Action<DbModelBuilder>An action to be run on the DbModelBuilder after OnModelCreating has been run on the context.