DevForce Help Reference
EntityQueryOperation Class Members
Properties  Methods  Events


The following tables list the members exposed by EntityQueryOperation.

Public Constructors
 NameDescription
Public ConstructorEntityQueryOperation ConstructorCreated by DevForce when EntityManager.ExecuteQueryAsync is called.  
Top
Public Properties
 NameDescription
Public PropertyCanCancel Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyChangedEntities The list of every entity that was either added or modified in the EntityManager's cache as a result of this query.  
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyEntityQuery The requested query.  
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyResolvedFetchStrategy The fetch strategy actually used to process the query.  
Public PropertyResults The results of the query.  
Public PropertyTask The asynchronous task. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public PropertyWasFetched Whether the operation completed.  
Top
Protected Properties
Public Methods
 NameDescription
Public MethodCancel Cancel the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodMarkErrorAsHandled Mark any error as handled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public MethodToString (Inherited from object)
Top
Protected Methods
Public Events
 NameDescription
Public EventCompleted Raised when the operation finishes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Public EventPropertyChanged Raised when a property changes. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityQueriedAsyncEventArgs,EntityQueryOperation>)
Top
See Also

Reference

EntityQueryOperation Class
IdeaBlade.EntityModel Namespace

Send Feedback