IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : PassthruEsqlQuery Class |
The following tables list the members exposed by PassthruEsqlQuery.
Name | Description | |
---|---|---|
PassthruEsqlQuery Constructor | Overloaded. |
Name | Description | |
---|---|---|
CommandTimeout | Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. | |
ElementType | Gets the data type returned by this query. | |
EntityManager | Gets or sets the EntityManager for this query. | |
ParameterizedEsql | Gets or sets the parameterized Entity SQL statement to be executed. | |
QueryableType | Gets the Entity type to be queried. | |
QueryStrategy | Gets or sets the query strategy used by this query. | |
Tag | Gets or sets user-defined information regarding this query. |
Name | Description | |
---|---|---|
Clone | Creates a deep copy of this PassthruEsqlQuery. | |
CreateFinder | Internal use only. | |
Equals | See System.Object.Equals(System.Object). | |
GetHashCode | Serves as the default hash function. | |
GetType | (Inherited from object) | |
ToString | Returns a string that represents the current object. |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
Execute | Overloaded. Execute the query and return untyped results. | |
ExecuteAsync | Overloaded. Execute the query asynchronously. | |
ExecuteAsync | Overloaded. Execute the query asynchronously. | |
FirstOrNullEntity | Overloaded. Executes the query and returns the first element of the sequence, or the appropriate NullEntity if no element is found. | |
GetReferencedEntityTypes | Returns a list of all entity types referenced by the query. | |
With | Overloaded. Returns a clone of the query for the specified EntityManager. |