MigrationsScaffolderDependencies.SnapshotModelProcessor Property

Definition

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