The following tables list the members exposed by EntityScalarQueryOperation.
Public Properties
| Name | Description |
| CanCancel |
Returns whether the operation can be cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| Cancelled |
Returns whether the operation was cancelled.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| CompletedSuccessfully |
Returns whether the operation completed success
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| CompletedSynchronously |
Returns whether the operation completed synchronously.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| EntityQuery |
The requested query.
|
| Error |
Returns the exception if the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| HasError |
Returns whether the operation failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| IsCompleted |
Returns whether the operation is completed regardless of whether it was cancelled or failed.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| IsErrorHandled |
Was any error that occured handled?
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| ResolvedFetchStrategy |
The fetch strategy actually used to process the query.
|
| Result |
The result of the query.
|
| Task |
The asynchronous task.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| UserState |
Returns the user state which identifies the operation.
(Inherited from IdeaBlade.EntityModel.BaseOperation<EntityScalarQueriedEventArgs,EntityScalarQueryOperation>) |
| WasFetched |
Whether the operation completed.
|
Top
Public Methods
Public Events
See Also