Interface IDoCommand
Allows to execute named command with parameters.
public interface IDoCommand
Methods
- DoCommand(string, params object?[])
Executes a command with the specified name and parameters.
Allows to execute named command with parameters.
public interface IDoCommand
Executes a command with the specified name and parameters.