Share via


IMigrationsAssembly.ModelSnapshot Property

Definition

The snapshot of the IModel contained in the assembly.

public Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot ModelSnapshot { get; }
[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot? ModelSnapshot { get; }
public Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot? ModelSnapshot { get; }
member this.ModelSnapshot : Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ModelSnapshot : Microsoft.EntityFrameworkCore.Infrastructure.ModelSnapshot
Public ReadOnly Property ModelSnapshot As ModelSnapshot

Property Value

Attributes

Applies to