Поделиться через


IModificationCommandFactory.CreateModificationCommand Метод

Определение

Создает новую команду CUD базы данных.

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

Параметры

modificationCommandParameters
ModificationCommandParameters

Параметры создания.

Возвращаемое значение

Новый экземпляр IModificationCommand.

Применяется к