DevForce Help Reference
EntityKeyQuery Class Members
Properties  Methods 


The following tables list the members exposed by EntityKeyQuery.

Public Constructors
 NameDescription
Public ConstructorEntityKeyQuery ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyCommandTimeout The timeout period ( in milliseconds) for this query if executed on the server.  
Public PropertyElementType The entity type returned from this query.  
Public PropertyEntityManager The EntityManager for this query.  
Public PropertyKeys The keys for which entities will be retrieved.  
Public PropertyQueryableType The entity type being queried.  
Public PropertyQueryStrategyGets or sets the QueryStrategy.  
Public PropertyTag Custom information regarding this query.  
Top
Public Methods
 NameDescription
Public MethodAddToQueryCacheAdd this query to the QueryCache.  
Public MethodCloneSee System.ICloneable.Clone.  
Public MethodCreateFinder For internal use only.  
Public MethodEquals (Inherited from object)
Public MethodExecute Executes this query.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodInQueryCacheIs 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

EntityKeyQuery Class
IdeaBlade.EntityModel Namespace

Send Feedback