DevForce Help Reference
IUntypedEntityQuery Interface Members
Properties  Methods 

The following tables list the members exposed by IUntypedEntityQuery.

Public Properties
 NameDescription
 PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyElementType The type returned by the query. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyEntityManager (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyQueryableType The type that was originally queried. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyQueryStrategy Determines whether this query will operate against the data source, the in-memory cache, or a combination of the two. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
 PropertyTag Gets or sets user-defined information regarding this query. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
Top
Public Methods
 NameDescription
 MethodClone (Inherited from System.ICloneable)
 MethodCreateFinder Internal use only. (Inherited from IdeaBlade.EntityModel.IEntityQuery)
Top
Extension Methods
 NameDescription
Public Extension MethodExecuteOverloaded.  Execute the query and return untyped results.
Public Extension MethodExecuteAsyncOverloaded.  Execute the query asynchronously.
Public Extension MethodExecuteAsyncOverloaded.  Execute the query asynchronously.
Public Extension MethodFirstOrNullEntityOverloaded.  Executes the query and returns the first element of the sequence, or the appropriate NullEntity if no element is found.
Public Extension MethodGetReferencedEntityTypes Returns a list of all entity types referenced by the query.
Top
See Also

Reference

IUntypedEntityQuery Interface
IdeaBlade.EntityModel Namespace

Send Feedback