DevForce Help Reference
IEntityQuery Interface Members
Properties  Methods 

The following tables list the members exposed by IEntityQuery.

Public Properties
 NameDescription
 PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error.  
 PropertyElementType The type returned by the query.  
 PropertyEntityManager  
 PropertyQueryableType The type that was originally queried.  
 PropertyQueryStrategy Determines whether this query will operate against the data source, the in-memory cache, or a combination of the two.  
 PropertyTag Gets or sets user-defined information regarding this query.  
Top
Public Methods
 NameDescription
 MethodClone (Inherited from System.ICloneable)
 MethodCreateFinder Internal use only.  
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

IEntityQuery Interface
IdeaBlade.EntityModel Namespace
EntityQuery<T> Class
StoredProcQuery Class
PassthruEsqlQuery Class
EntityManager Property

Send Feedback