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