Method | Description | |
---|---|---|
AddParameter ( this command, string name, object value ) : IDataParameter |
Add a parameter to a command
|
|
CreateDataException ( this cmd, |
Creates a
|
public static AddParameter ( this command, string name, object value ) : IDataParameter | ||
command | this | Command to add parameter to |
name | string | Name of the parameter |
value | object | Value (will be changed to |
return | IDataParameter |
public static CreateDataException ( this cmd, |
||
cmd | this | Command to build an exception from. |
inner | Inner exception. | |
return |