CardWithoutTransactionStrategy - конструктор
Создаёт экземпляр класса с указанием области видимости объекта
DbManager.
Пространство имён: Tessa.Cards.ComponentModelСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public CardWithoutTransactionStrategy(
IDbScope dbScope,
ITransactionScope transactionScope,
CardWithoutLockingStrategy cardWithoutLockingStrategy
)
Public Sub New (
dbScope As IDbScope,
transactionScope As ITransactionScope,
cardWithoutLockingStrategy As CardWithoutLockingStrategy
)
public:
CardWithoutTransactionStrategy(
IDbScope^ dbScope,
ITransactionScope^ transactionScope,
CardWithoutLockingStrategy^ cardWithoutLockingStrategy
)
new :
dbScope : IDbScope *
transactionScope : ITransactionScope *
cardWithoutLockingStrategy : CardWithoutLockingStrategy -> CardWithoutTransactionStrategy
Параметры
- dbScope IDbScope
- Область видимости объекта DbManager.
- transactionScope ITransactionScope
Объект для управления областью выполнения транзакции.
- cardWithoutLockingStrategy CardWithoutLockingStrategy
-
Стратегия по блокировкам карточек. Рекомендуется указать значение типа CardWithoutLockingStrategy.