RelationalLoggerExtensions.CommandScalarExecuted(IDiagnosticsLogger<DbLoggerCategory.Database>, IRelationalConnection, DbCommand, DbContext, Guid, Guid, Object, DateTimeOffset, TimeSpan) Yöntem

Tanım

Olay için CommandExecuted günlükler.

public static object CommandScalarExecuted (this Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> diagnostics, Microsoft.EntityFrameworkCore.Storage.IRelationalConnection connection, System.Data.Common.DbCommand command, Microsoft.EntityFrameworkCore.DbContext context, Guid commandId, Guid connectionId, object methodResult, DateTimeOffset startTime, TimeSpan duration);
static member CommandScalarExecuted : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> * Microsoft.EntityFrameworkCore.Storage.IRelationalConnection * System.Data.Common.DbCommand * Microsoft.EntityFrameworkCore.DbContext * Guid * Guid * obj * DateTimeOffset * TimeSpan -> obj
<Extension()>
Public Function CommandScalarExecuted (diagnostics As IDiagnosticsLogger(Of DbLoggerCategory.Database.Command), connection As IRelationalConnection, command As DbCommand, context As DbContext, commandId As Guid, connectionId As Guid, methodResult As Object, startTime As DateTimeOffset, duration As TimeSpan) As Object

Parametreler

diagnostics
IDiagnosticsLogger<DbLoggerCategory.Database.Command>

Kullanmak için tanılama günlükleyicisi.

connection
IRelationalConnection

Bağlantı.

command
DbCommand

Veritabanı komut nesnesi.

context
DbContext

Şu DbContext anda, bilinmiyorsa null olarak kullanılıyor.

commandId
Guid

Verilen ile ilişkili bağıntı DbCommand kimliği.

connectionId
Guid

Kullanılan ile ilişkili DbConnection bağıntı kimliği.

methodResult
Object

Temel yöntem yürütmeden dönüş değeri.

startTime
DateTimeOffset

Yürütmenin başladığı zaman.

duration
TimeSpan

Sonuçları tüketmek de dahil olmak üzere komut yürütme süresi.

Döndürülenler

Object

Bir kesme noktası tarafından değiştirilmiş olabilir yürütmenin sonucu.

Şunlara uygulanır