FakeCommandExecutorExecute(String, FuncFakeCommand, Int32, CommandType) - метод |
Пространство имён:
Tessa.Platform.Data.Fake
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public FakeCommandExecutor Execute(
string commandText,
Func<FakeCommand, int> handler,
CommandType commandType = CommandType.Text
)
Public Function Execute (
commandText As String,
handler As Func(Of FakeCommand, Integer),
Optional commandType As CommandType = CommandType.Text
) As FakeCommandExecutor
public:
FakeCommandExecutor^ Execute(
String^ commandText,
Func<FakeCommand^, int>^ handler,
CommandType commandType = CommandType::Text
)
member Execute :
commandText : string *
handler : Func<FakeCommand, int> *
?commandType : CommandType
(* Defaults:
let _commandType = defaultArg commandType CommandType.Text
*)
-> FakeCommandExecutor
Параметры
- commandText
- Тип: SystemString
- handler
- Тип: SystemFuncFakeCommand, Int32
- commandType (Optional)
- Тип: System.DataCommandType
Возвращаемое значение
Тип:
FakeCommandExecutorСм. также