ReaderModificationCommandBatch.CreateStoreCommand Method
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.
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.