The SelectCommand type exposes the following members.

Methods

  Name Description
Public method AddParameter(CommandParameter)
Adds a parameter to this command.
Public method AddParameter(String, Object)
Adds a parameter to this command.
Public method Cancel
Cancels execution of this command.
Public method Clone
Creates a new object that is a copy of the current instance.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetParameter
Gets the parameter with the specified Name.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Reset
Resets this instance for reuse with new command parameter values or after cancellation.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also