Share via


OperationExecutor.DatabaseOperations Property

Definition

Exposes the underlying operations for testing.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
[System.Runtime.CompilerServices.Nullable(1)]
public virtual Microsoft.EntityFrameworkCore.Design.Internal.DatabaseOperations DatabaseOperations { get; }
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
[<System.Runtime.CompilerServices.Nullable(1)>]
member this.DatabaseOperations : Microsoft.EntityFrameworkCore.Design.Internal.DatabaseOperations
Public Overridable ReadOnly Property DatabaseOperations As DatabaseOperations

Property Value

Microsoft.EntityFrameworkCore.Design.Internal.DatabaseOperations
Attributes

Applies to