MigrationsScaffolderDependencies.SnapshotModelProcessor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The snapshot model processor.
public Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor SnapshotModelProcessor { get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor SnapshotModelProcessor { get; }
[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor SnapshotModelProcessor { get; init; }
member this.SnapshotModelProcessor : Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.SnapshotModelProcessor : Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
member this.SnapshotModelProcessor : Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor with get, set
Public ReadOnly Property SnapshotModelProcessor As ISnapshotModelProcessor
Public Property SnapshotModelProcessor As ISnapshotModelProcessor
Property Value
Microsoft.EntityFrameworkCore.Migrations.Internal.ISnapshotModelProcessor
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework