AddParam | Adds new parameter to Command object. |
DeleteParam | Deletes the specified parameter from Command object. |
DeleteParams | Deletes all parameters from Command object. |
Count | Number of parameters in current command. |
ParamIndex | The parameter index by parameter name. |
ParamName | The parameter name by parameter index. The index is 0-based. |
ParamType | The data type of the specified parameter. The index is 0-based. |
ParamValue | The parameter value. |