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