FakeConnectionFromDbms - метод |
Пространство имён:
Tessa.Platform.Data.Fake
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public static FakeConnection FromDbms(
Dbms dbms,
Action<FakeCommandExecutor> defineCommands,
TextWriter output = null,
bool outputTransactions = true,
bool ignoreExecuteReader = true
)
Public Shared Function FromDbms (
dbms As Dbms,
defineCommands As Action(Of FakeCommandExecutor),
Optional output As TextWriter = Nothing,
Optional outputTransactions As Boolean = true,
Optional ignoreExecuteReader As Boolean = true
) As FakeConnection
public:
static FakeConnection^ FromDbms(
Dbms dbms,
Action<FakeCommandExecutor^>^ defineCommands,
TextWriter^ output = nullptr,
bool outputTransactions = true,
bool ignoreExecuteReader = true
)
static member FromDbms :
dbms : Dbms *
defineCommands : Action<FakeCommandExecutor> *
?output : TextWriter *
?outputTransactions : bool *
?ignoreExecuteReader : bool
(* Defaults:
let _output = defaultArg output null
let _outputTransactions = defaultArg outputTransactions true
let _ignoreExecuteReader = defaultArg ignoreExecuteReader true
*)
-> FakeConnection
Параметры
- dbms
- Тип: Tessa.Platform.DataDbms
- defineCommands
- Тип: SystemActionFakeCommandExecutor
- output (Optional)
- Тип: System.IOTextWriter
- outputTransactions (Optional)
- Тип: SystemBoolean
- ignoreExecuteReader (Optional)
- Тип: SystemBoolean
Возвращаемое значение
Тип:
FakeConnectionСм. также