共用方式為


RelationalCommandParameterObject.Logger 屬性

定義

記錄器,如果沒有 null 記錄器可用,則為 。

public Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command> Logger { get; }
public Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger? Logger { get; }
member this.Logger : Microsoft.EntityFrameworkCore.Diagnostics.IDiagnosticsLogger<Microsoft.EntityFrameworkCore.DbLoggerCategory.Database.Command>
member this.Logger : Microsoft.EntityFrameworkCore.Diagnostics.IRelationalCommandDiagnosticsLogger
Public ReadOnly Property Logger As IDiagnosticsLogger(Of DbLoggerCategory.Database.Command)
Public ReadOnly Property Logger As IRelationalCommandDiagnosticsLogger

屬性值

適用於