共用方式為


DatabaseLogFormatter.LogParameter<TResult> 方法

定義

呼叫 者 LogCommand<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) 以記錄每個參數。 這個方法可以從 的覆寫實 LogCommand<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) 作呼叫至記錄參數,而且/或可以覆寫,以變更參數記錄至 System.Data.Entity.Infrastructure.Interception.DatabaseLogFormatter.WriteAction 的方式。

public virtual void LogParameter<TResult> (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult> interceptionContext, System.Data.Common.DbParameter parameter);
abstract member LogParameter : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> * System.Data.Common.DbParameter -> unit
override this.LogParameter : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<'Result> * System.Data.Common.DbParameter -> unit
Public Overridable Sub LogParameter(Of TResult) (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of TResult), parameter As DbParameter)

類型參數

TResult

作業結果的類型。

參數

command
DbCommand

正在記錄的命令。

interceptionContext
DbCommandInterceptionContext<TResult>

與命令相關聯的內容資訊。

parameter
DbParameter

要記錄的參數。

適用於