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.

DbModelBuilderVersionAttribute Constructor (DbModelBuilderVersion)

Entity Framework 6.0
 

Initializes a new instance of the DbModelBuilderVersionAttribute class.

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

public:
DbModelBuilderVersionAttribute(
	DbModelBuilderVersion version
)

Parameters

version
Type: System.Data.Entity::DbModelBuilderVersion

The DbModelBuilder conventions version to use.

Return to top
Show: