| RecroGridDbContextOnModelCreating Method |
A modell létrehozásánál kell meghívni.
Namespace:
Recrovit.RecroGridFramework.Data.EF6
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax public static void OnModelCreating(
DbContext context,
DbModelBuilder modelBuilder
)
Parameters
- context
- Type: DbContext
The context. - modelBuilder
- Type: DbModelBuilder
The model builder.
See Also