Command Object Members
Public Methods
Public Method AddParamAdds new parameter to Command object.
Public Method CancelCancels execution of the ExecuteQuery command.
Public Method DeleteParamDeletes the specified parameter from Command object.
Public Method DeleteParamsDeletes all parameters from Command object.
Public Method ExecuteExecutes the command in the CommandText property.
Public Properties
Public Property AffectedRowsThe number of table rows that were affected by the command.
Public Property CommandTextThe text of the command.
Public Property CountNumber of parameters in current command.
Public Property IndexFieldsA comma-separated list of index fields for a SELECT command.
Public Property ParamIndexThe parameter index by parameter name.
Public Property ParamNameThe parameter name by parameter index. The index is 0-based.
Public Property ParamTypeThe data type of the specified parameter. The index is 0-based.
Public Property ParamValueThe parameter value.
See Also