Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TransactionContext::OnModelCreating Method (DbModelBuilder^)

Entity Framework 6.0
 

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:
virtual void OnModelCreating(
	DbModelBuilder^ modelBuilder
) override

Parameters

modelBuilder
Type: System.Data.Entity::DbModelBuilder^

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

Return to top
Show: