FakeConnection.FromDbms - метод

Definition

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

Параметры

dbms  Dbms
 
defineCommands  Action<FakeCommandExecutor>
 
output  TextWriter  (Optional)
 
outputTransactions  Boolean  (Optional)
 
ignoreExecuteReader  Boolean  (Optional)
 

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

FakeConnection

См. также