DatabaseLogFormatter.ScalarExecuting Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Этот метод вызывается перед вызовом ExecuteScalar() или одним из его асинхронных аналогов. Реализация по умолчанию вызывает Executing<TResult>(DbCommand, DbCommandInterceptionContext<TResult>) и запускает секундомер, возвращаемый из GetStopwatch(DbCommandInterceptionContext).
public virtual void ScalarExecuting (System.Data.Common.DbCommand command, System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<object> interceptionContext);
abstract member ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
override this.ScalarExecuting : System.Data.Common.DbCommand * System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<obj> -> unit
Public Overridable Sub ScalarExecuting (command As DbCommand, interceptionContext As DbCommandInterceptionContext(Of Object))
Параметры
- command
- DbCommand
Выполняемая команда.
- interceptionContext
- DbCommandInterceptionContext<Object>
Контекстная информация, связанная с вызовом.
Реализации
Применяется к
Entity Framework