IParam Interface Members
Public Methods
Public Method AddParamAdds new parameter to Command object.
Public Method DeleteParamDeletes the specified parameter from Command object.
Public Method DeleteParamsDeletes all parameters from Command object.
Public Properties
Public Property CountNumber of parameters in current 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