![]() | Adds new parameter to Command object. |
![]() | Cancels execution of the ExecuteQuery command. |
![]() | Deletes the specified parameter from Command object. |
![]() | Deletes all parameters from Command object. |
![]() | Executes the command in the CommandText property. |
![]() | The number of table rows that were affected by the command. |
![]() | The text of the command. |
![]() | Number of parameters in current command. |
![]() | A comma-separated list of index fields for a SELECT command. |
![]() | The parameter index by parameter name. |
![]() | The parameter name by parameter index. The index is 0-based. |
![]() | The data type of the specified parameter. The index is 0-based. |
![]() | The parameter value. |