DbManagerBeforeCommandExecuted - свойство
Пространство имён: Tessa.Platform.DataСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
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