FakeConnectionFromDbms - метод

Definition

Пространство имён: Tessa.Platform.Data.Fake
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static FakeConnection FromDbms(
	Dbms dbms,
	Action<FakeCommandExecutor> defineCommands,
	TextWriter? output = null,
	bool outputTransactions = true,
	bool ignoreExecuteReader = true
)

Параметры

dbms  Dbms
 
defineCommands  ActionFakeCommandExecutor
 
output  TextWriter  (Optional)
 
outputTransactions  Boolean  (Optional)
 
ignoreExecuteReader  Boolean  (Optional)
 

Возвращаемое значение

FakeConnection

См. также