Represents a class for specifying query options available for methods that return instances.
The following tables list the members exposed by the ObjectQueryOptions type.
Public
Constructors
| Name | Description | |
|---|---|---|
| ObjectQueryOptions | Overloaded. Initializes a new ObjectQueryOptions object. |
Public Fields
Public
Properties
| Name | Description | |
|---|---|---|
|
DefaultPropertyRetrievalBehavior | Gets or sets the object behavior. |
|
MaxResultCount | Gets or sets the maximum number of results to return. |
|
ObjectRetrievalMode | Gets or sets the object retrieval mode. |
|
ObjectSortProperty | Gets all the properties provided for the object sort. |
Public Methods
(see also Protected Methods)
| Name | Description | |
|---|---|---|
|
AddFilterByConnector | Inserts filter instances using the connector IDs. |
|
AddPropertyRangeToRetrieve | Adds the property range. |
|
AddPropertyToRetrieve | Overloaded. |
|
AddSortProperty | Overloaded. Adds sort properties for projection sorting. |
|
Equals | Overloaded. (inherited from Object) |
|
GetEnumerator | Returns an enumerator that can iterate through a collection. |
|
GetHashCode | (inherited from Object) |
|
GetType | (inherited from Object) |
![]()
|
ReferenceEquals | (inherited from Object) |
|
ToString | (inherited from Object) |
Protected
Methods
| Name | Description | |
|---|---|---|
|
Finalize | (inherited from Object) |
|
MemberwiseClone | (inherited from Object) |
Explicit Interface
Implementations
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerable.GetEnumerator |
See Also
Send comments about this topic to Microsoft.


