WithData(object) Method
Sets data that will be passed to the command via the
CommandContext
.
public DefaultCommandConfigurator WithData(object data)
- Containing Type
- Default
Command Configurator
Parameters
- object data
- The data to pass to the default command.