The FilteredParameterQuery type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FilteredParameterQuery(ParameterTypeId) |
Initializes a new instance of the FilteredParameterQuery class.
| |
| FilteredParameterQuery(ParameterTypeId, IEnumerable<(Of <<'(ParameterValue>)>>)) |
Initializes a new instance of the FilteredParameterQuery class.
| |
| FilteredParameterQuery(ParameterTypeId, String, Int32) |
Initializes a new instance of the FilteredParameterQuery class.
| |
| FilteredParameterQuery(ParameterTypeId, String, Int32, IEnumerable<(Of <<'(ParameterValue>)>>)) |
Initializes a new instance of the FilteredParameterQuery class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (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.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides ParameterQuery..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| MaxAllowableReturned |
This constant is used in a FilteredParameterQuery to request the maximum number of results
permitted by the system.
| |
| NoFilter |
This constant is used to specify no filter string in a FilteredParameterQuery.
|
Properties
| Name | Description | |
|---|---|---|
| AssociatedParameterValues |
Gets the ParameterValues that the results to this ParameterQuery must have an association with.
| |
| FilterText |
Gets the filter text.
| |
| MaxNumberToReturn |
Gets the max number to return.
| |
| ParameterType |
Gets the type to query parameter values for.
(Inherited from ParameterQuery.) |