Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This page is specific to the Entity Framework version 6. The latest version is available as the 'Entity Framework' NuGet package. For more information about Entity Framework, see msdn.com/data/ef.]
Gets or sets the derived DbContext representing the model to be migrated.
Namespace: System.Data.Entity.Migrations
Assembly: EntityFramework (in EntityFramework.dll)
'Declaration
Public Property ContextType As Type
Get
Set
'Usage
Dim instance As DbMigrationsConfiguration
Dim value As Type
value = instance.ContextType
instance.ContextType = value
public Type ContextType { get; set; }
public:
property Type^ ContextType {
Type^ get ();
void set (Type^ value);
}
member ContextType : Type with get, set
function get ContextType () : Type
function set ContextType (value : Type)
Type: System.Type