DevForce Help Reference
EntityScalarQueryOperation<T> Class Properties


For a list of all members of this type, see EntityScalarQueryOperation<T> members.

Public Properties
 NameDescription
Public PropertyCanCancel Returns whether the operation can be cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyCancelled Returns whether the operation was cancelled. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyCompletedSuccessfully Returns whether the operation completed success (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyCompletedSynchronously Returns whether the operation completed synchronously. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyEntityQuery The requested query.  
Public PropertyError Returns the exception if the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyHasError Returns whether the operation failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyIsCompleted Returns whether the operation is completed regardless of whether it was cancelled or failed. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyIsErrorHandled Was any error that occured handled? (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyResolvedFetchStrategy The fetch strategy actually used to process the query.  
Public PropertyResult The result of the query.  
Public PropertyTask The asynchronous task. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyUserState Returns the user state which identifies the operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Public PropertyWasFetched Whether the operation completed.  
Top
Protected Properties
 NameDescription
Protected PropertyAsyncArgs The event args associated with the asynchronous operation. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Protected PropertyCancellationToken The task cancellation token. (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Protected PropertyCompletedAction (Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs<T>,EntityScalarQueryOperation<T>>)
Top
See Also

Reference

EntityScalarQueryOperation<T> Class
IdeaBlade.EntityModel Namespace

Send Feedback