DevForce Help Reference
PassthruEsqlQuery Class Members
Properties  Methods 


The following tables list the members exposed by PassthruEsqlQuery.

Public Constructors
 NameDescription
Public ConstructorPassthruEsqlQuery 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 Gets the data type returned by this query.  
Public PropertyEntityManager Gets or sets the EntityManager for this query.  
Public PropertyParameterizedEsql Gets or sets the parameterized Entity SQL statement to be executed.  
Public PropertyQueryableType Gets the Entity type to be queried.  
Public PropertyQueryStrategy Gets or sets the query strategy used by this query.  
Public PropertyTag Gets or sets user-defined information regarding this query.  
Top
Public Methods
 NameDescription
Public MethodClone Creates a deep copy of this PassthruEsqlQuery.  
Public MethodCreateFinder Internal use only.  
Public MethodEqualsSee System.Object.Equals(System.Object).  
Public MethodGetHashCodeServes as the default hash function.  
Public MethodGetType (Inherited from object)
Public MethodToStringReturns a string that represents the current 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

PassthruEsqlQuery Class
IdeaBlade.EntityModel Namespace
EntityManager Property
IEntity Interface

Send Feedback