AddParam | Adds new parameter to Command object. |
DeleteParam | Deletes the specified parameter from Command object. |
DeleteParams | Deletes all parameters from Command object. |
Execute | Executes the command in the CommandText property. |
AffectedRows | The number of table rows that were affected by the command. |
CommandText | The text of the command. |
Count | Number of parameters in current command. |
IndexFields | A comma-separated list of index fields for a SELECT 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. |