The SelectCommand<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method SelectCommand<(Of <(<'T>)>)>
Initializes a new instance of the SelectCommand<(Of <(<'T>)>)> class.

Methods

  Name Description
Public method AddParameter(CommandParameter)
Adds a parameter to this command.
(Inherited from SelectCommand.)
Public method AddParameter(String, Object)
Adds a parameter to this command.
(Inherited from SelectCommand.)
Public method Cancel
Cancels execution of this command.
(Inherited from SelectCommand.)
Public method Clone
Creates a new object that is a copy of the current instance.
(Inherited from SelectCommand.)
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.
(Inherited from SelectCommand.)
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.
(Inherited from SelectCommand.)
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.
(Inherited from SelectCommand.)
Public property ExpandedCommandText
Gets the expanded select command text by replacing named parameters with their formatted values.
(Inherited from SelectCommand.)
Public property Mapping
Gets or sets the item mapping used for this command
(Inherited from SelectCommand.)
Public property MaxResultPages
Gets or sets the maximum number of result pages to return.
(Inherited from SelectCommand.)
Public property PaginationToken
Gets or sets the pagination token.
(Inherited from SelectCommand.)
Public property Parameters
Gets the command parameters.
(Inherited from SelectCommand.)

See Also