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::Version Property

Entity Framework 6.0
 

Gets the DbModelBuilder conventions version.

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

public:
property DbModelBuilderVersion Version {
	[CompilerGeneratedAttribute]
	DbModelBuilderVersion get();
	[CompilerGeneratedAttribute]
	private: void set(DbModelBuilderVersion value);
}

Property Value

Type: System.Data.Entity::DbModelBuilderVersion

The DbModelBuilder conventions version.

Return to top
Show: