DbManagerBeforeCommandExecuted - свойство
Функция, выполняемая перед каждым из методов ExecuteScalar,
ExecuteReader, ExecuteNonQuery и их асинхронных версий.
Пространство имён: Tessa.Platform.DataСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public Action<DbManager, DbCommand>? BeforeCommandExecuted { get; set; }
Public Property BeforeCommandExecuted As Action(Of DbManager, DbCommand)
Get
Set
public:
property Action<DbManager^, DbCommand^>^ BeforeCommandExecuted {
Action<DbManager^, DbCommand^>^ get ();
void set (Action<DbManager^, DbCommand^>^ value);
}
member BeforeCommandExecuted : Action<DbManager, DbCommand> with get, set
Значение свойства
ActionDbManager,
DbCommand