Share via


ReaderModificationCommandBatch.CreateStoreCommand Method

Definition

Generates a RawSqlCommand for the batch.

protected virtual Microsoft.EntityFrameworkCore.Storage.RawSqlCommand CreateStoreCommand ();
abstract member CreateStoreCommand : unit -> Microsoft.EntityFrameworkCore.Storage.RawSqlCommand
override this.CreateStoreCommand : unit -> Microsoft.EntityFrameworkCore.Storage.RawSqlCommand
Protected Overridable Function CreateStoreCommand () As RawSqlCommand

Returns

The command.

Applies to