RelationalCommandExtensions.ExecuteNonQuery Yöntem

Tanım

Komutu hiçbir sonuç olmadan yürütür.

public static int ExecuteNonQuery (this Microsoft.EntityFrameworkCore.Storage.IRelationalCommand command, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection);
static member ExecuteNonQuery : Microsoft.EntityFrameworkCore.Storage.IRelationalCommand * Microsoft.EntityFrameworkCore.Storage.IRelationalConnection -> int
<Extension()>
Public Function ExecuteNonQuery (command As IRelationalCommand, connection As IRelationalConnection) As Integer

Parametreler

command
IRelationalCommand

Yürütülecek komut.

connection
IRelationalConnection

Yürütülecek bağlantı.

Döndürülenler

Etkilenen satır sayısı.

Şunlara uygulanır