DataCommand.Prepare Method
Prepares the specified command on the data source to be executed; the command can then be executed multiple times, with varying parameters.
Overload List
Name | Description | |
---|---|---|
Prepare(String) | Prepares the specified command on the data source to be executed; the command can then be executed multiple times, with varying parameters. | |
Prepare(String, DataCommandType) | Prepares the specified command on the data source to be executed; the command can then be executed multiple times, with varying parameters. | |
Prepare(String, DataCommandType, []) | Prepares the specified command on the data source to be executed; the command can then be executed multiple times, with varying parameters. | |
Prepare(String, DataCommandType, [], Int32) | Prepares the specified command on the data source to be executed; the command can then be executed multiple times, with varying parameters. |
Top