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

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