IMigrationsAssembly
IMigrationsAssembly
Interface
Definition
public interface IMigrationsAssembly
Public Interface IMigrationsAssembly
Properties
Assembly Assembly
Assembly Assembly { get; }
ReadOnly Property Assembly As Assembly
- Value
- System.Reflection.Assembly System.Reflection.Assembly
Migrations Migrations
IReadOnlyDictionary<string, TypeInfo> Migrations { get; }
ReadOnly Property Migrations As IReadOnlyDictionary(Of String, TypeInfo)
- Value
- System.Collections.Generic.IReadOnlyDictionary<System.String, System.Reflection.TypeInfo> System.Collections.Generic.IReadOnlyDictionary(Of System.String, System.Reflection.TypeInfo)
ModelSnapshot ModelSnapshot
ModelSnapshot ModelSnapshot { get; }
ReadOnly Property ModelSnapshot As ModelSnapshot
- Value
- ModelSnapshot ModelSnapshot
Methods
CreateMigration(TypeInfo, String) CreateMigration(TypeInfo, String)
Migration CreateMigration(TypeInfo migrationClass, string activeProvider)
Function CreateMigration(migrationClass As TypeInfo, activeProvider As String) As Migration
Parameters
- migrationClass
- System.Reflection.TypeInfo System.Reflection.TypeInfo
- activeProvider
- System.String System.String
Returns