ViewsDataAccessor - конструктор |
Инициализирует новый экземпляр класса
Object.
Пространство имён:
Tessa.Views
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ViewsDataAccessor(
IDbScope scope,
IDbmsErrorCodeProvider errorCodeProvider,
ITransactionStrategy transactionStrategy
)
Public Sub New (
scope As IDbScope,
errorCodeProvider As IDbmsErrorCodeProvider,
transactionStrategy As ITransactionStrategy
)
public:
ViewsDataAccessor(
IDbScope^ scope,
IDbmsErrorCodeProvider^ errorCodeProvider,
ITransactionStrategy^ transactionStrategy
)
new :
scope : IDbScope *
errorCodeProvider : IDbmsErrorCodeProvider *
transactionStrategy : ITransactionStrategy -> ViewsDataAccessor
Параметры
- scope
- Тип: Tessa.Platform.DataIDbScope
The db Manager.
- errorCodeProvider
- Тип: Tessa.Platform.DataIDbmsErrorCodeProvider
Поставщик кодов ошибок для СУБД.
- transactionStrategy
- Тип: Tessa.Platform.DataITransactionStrategy
Стратегия выполнения кода в SQL-транзакции.
См. также