TransactionContext.OnModelCreating Method (DbModelBuilder)

 

This method is called when the model for a derived context has been initialized.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

protected override void OnModelCreating(
	DbModelBuilder modelBuilder
)

Parameters

modelBuilder
Type: System.Data.Entity.DbModelBuilder

The builder that defines the model for the context being created.