FakeConnection(ActionFakeCommandExecutor, TextWriter) - конструктор |
Пространство имён:
Tessa.Platform.Data.Fake
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected FakeConnection(
Action<FakeCommandExecutor> defineCommands,
TextWriter output
)
Protected Sub New (
defineCommands As Action(Of FakeCommandExecutor),
output As TextWriter
)
protected:
FakeConnection(
Action<FakeCommandExecutor^>^ defineCommands,
TextWriter^ output
)
new :
defineCommands : Action<FakeCommandExecutor> *
output : TextWriter -> FakeConnection
Параметры
- defineCommands
- Тип: SystemActionFakeCommandExecutor
- output
- Тип: System.IOTextWriter
См. также