Share via


ReaderModificationCommandBatch.StoreCommand Property

Definition

The store command generated from this batch when Complete(Boolean) is called.

[System.Runtime.CompilerServices.Nullable(2)]
protected virtual Microsoft.EntityFrameworkCore.Storage.RawSqlCommand? StoreCommand { get; set; }
protected virtual Microsoft.EntityFrameworkCore.Storage.RawSqlCommand? StoreCommand { get; set; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.StoreCommand : Microsoft.EntityFrameworkCore.Storage.RawSqlCommand with get, set
member this.StoreCommand : Microsoft.EntityFrameworkCore.Storage.RawSqlCommand with get, set
Protected Overridable Property StoreCommand As RawSqlCommand

Property Value

Attributes

Applies to