DevForce Help Reference
EntityRelationQuery Class Members
Properties  Methods 


The following tables list the members exposed by EntityRelationQuery.

Public Constructors
 NameDescription
Public ConstructorEntityRelationQuery ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCommandTimeout Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error.  
Public PropertyElementType The type of entities being returned.  
Public PropertyEntitiesA list of entities from which to navigate the RelationLink to retrieve results.  
Public PropertyEntityManager Gets the EntityManager for the query.  
Public PropertyQueryableType The type of entities being queried.  
Public PropertyQueryStrategyThe QueryStrategy for this query.  
Public PropertyRelationLinkThe EntityRelationLink on which to navigate from the Entities collection to retrieve results.  
Public PropertyTag Custom information regarding this query  
Top
Public Methods
 NameDescription
Public MethodAddToQueryCache Add this query to the QueryCache.  
Public MethodCloneSee System.ICloneable.Clone.  
Public MethodCreateFinder For internal use only.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodInQueryCache Is this query in the QueryCache.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
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.
Public Extension MethodWithOverloaded.  Returns a clone of the query for the specified EntityManager.
Top
See Also

Reference

EntityRelationQuery Class
IdeaBlade.EntityModel Namespace

Send Feedback