The SelectCommand<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SelectCommand<(Of <(<'T>)>)> |
Initializes a new instance of the SelectCommand<(Of <(<'T>)>)> class.
|
Methods
Name | Description | |
---|---|---|
AddParameter(CommandParameter) |
Adds a parameter to this command.
(Inherited from SelectCommand.) |
|
AddParameter(String, Object) |
Adds a parameter to this command.
(Inherited from SelectCommand.) |
|
Cancel |
Cancels execution of this command.
(Inherited from SelectCommand.) |
|
Clone |
Creates a new object that is a copy of the current instance.
(Inherited from SelectCommand.) |
|
Equals | (Inherited from Object.) | |
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.) |
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
GetParameter |
Gets the parameter with the specified Name.
(Inherited from SelectCommand.) |
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
Reset |
Resets this instance for reuse with new command parameter values or after cancellation.
(Inherited from SelectCommand.) |
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
CommandText |
Gets or sets the command text.
(Inherited from SelectCommand.) |
|
ExpandedCommandText |
Gets the expanded select command text by replacing named parameters with their formatted values.
(Inherited from SelectCommand.) |
|
Mapping |
Gets or sets the item mapping used for this command
(Inherited from SelectCommand.) |
|
MaxResultPages |
Gets or sets the maximum number of result pages to return.
(Inherited from SelectCommand.) |
|
PaginationToken |
Gets or sets the pagination token.
(Inherited from SelectCommand.) |
|
Parameters |
Gets the command parameters.
(Inherited from SelectCommand.) |