The following tables list the members exposed by EntityQueryOperation.
| Name | Description | |
|---|---|---|
![]()  | EntityQueryOperation Constructor | Created by DevForce when EntityManager.ExecuteQueryAsync is called. | 
| Name | Description | |
|---|---|---|
![]()  | CanCancel | Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | Cancelled | Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | ChangedEntities | The list of every entity that was either added or modified in the EntityManager's cache as a result of this query. | 
![]()  | CompletedSuccessfully | Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | CompletedSynchronously | Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | EntityQuery | The requested query. | 
![]()  | Error | Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | HasError | Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | IsErrorHandled | Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | ResolvedFetchStrategy | The fetch strategy actually used to process the query. | 
![]()  | Results | The results of the query. | 
![]()  | UserState | Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | WasFetched | Whether the operation completed. | 
| Name | Description | |
|---|---|---|
![]()  | Cancel | Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | Equals | (Inherited from object) | 
![]()  | GetHashCode | (Inherited from object) | 
![]()  | GetType | (Inherited from object) | 
![]()  | MarkErrorAsHandled | Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | ToString | (Inherited from object) | 
| Name | Description | |
|---|---|---|
![]()  | CancelCore | Performs cancel processing. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | Finalize | (Inherited from object) | 
![]()  | ForcePropertyChanged | (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
![]()  | MemberwiseClone | (Inherited from object) | 
| Name | Description | |
|---|---|---|
![]()  | Completed | Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedEventArgs,EntityQueryOperation>) | 
![]()  | PropertyChanged | Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation) | 
    
    
    
    
    
    



