IModificationCommandFactory.CreateModificationCommand Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vytvoří nový příkaz CUD databáze.
public Microsoft.EntityFrameworkCore.Update.IModificationCommand CreateModificationCommand(in Microsoft.EntityFrameworkCore.Update.ModificationCommandParameters modificationCommandParameters);
abstract member CreateModificationCommand : ModificationCommandParameters -> Microsoft.EntityFrameworkCore.Update.IModificationCommand
Public Function CreateModificationCommand (modificationCommandParameters As ModificationCommandParameters) As IModificationCommand
Parametry
- modificationCommandParameters
- ModificationCommandParameters
Parametry vytváření.
Návraty
Nová IModificationCommand instance.