FakeCommandExecutor.Execute(String, Func<FakeCommand, Int32>, CommandType) - метод
Пространство имён: Tessa.Platform.Data.FakeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
public FakeCommandExecutor Execute(
string commandText,
Func<FakeCommand, int> handler,
CommandType commandType = 1
)
Public Function Execute (
commandText As String,
handler As Func(Of FakeCommand, Integer),
Optional commandType As CommandType = 1
) As FakeCommandExecutor
public:
FakeCommandExecutor^ Execute(
String^ commandText,
Func<FakeCommand^, int>^ handler,
CommandType^ commandType = 1
)
member Execute :
commandText : string *
handler : Func<FakeCommand, int> *
?commandType : CommandType
-> FakeCommandExecutor
- commandText String
-
- handler Func<FakeCommand, Int32>
-
- commandType CommandType (Optional)
-
FakeCommandExecutor