FakeConnection(Action<FakeCommandExecutor>, TextWriter) - конструктор
Пространство имён: Tessa.Platform.Data.FakeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
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 Action<FakeCommandExecutor>
-
- output TextWriter
-