The SelectCommand type exposes the following members.

Constructors

  Name Description
Public method SelectCommand(Type, String, array<CommandParameter>[]()[][])
Initializes a new instance of the SelectCommand class.
Public method SelectCommand(ItemMapping, String, array<CommandParameter>[]()[][])
Initializes a new instance of the SelectCommand class.

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.)

Properties

  Name Description
Public property CommandText
Gets or sets the command text.
Public property ExpandedCommandText
Gets the expanded select command text by replacing named parameters with their formatted values.
Public property Mapping
Gets or sets the item mapping used for this command
Public property MaxResultPages
Gets or sets the maximum number of result pages to return.
Public property PaginationToken
Gets or sets the pagination token.
Public property Parameters
Gets the command parameters.

See Also