IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IEntityQuery Interface |
The following tables list the members exposed by IEntityQuery.
Name | Description | |
---|---|---|
![]() | CommandTimeout | Gets or sets the wait time in seconds before terminating the attempt to execute a command and generating an error. |
![]() | ElementType | The type returned by the query. |
![]() | EntityManager | |
![]() | QueryableType | The type that was originally queried. |
![]() | QueryStrategy | Determines whether this query will operate against the data source, the in-memory cache, or a combination of the two. |
![]() | Tag | Gets or sets user-defined information regarding this query. |
Name | Description | |
---|---|---|
![]() | Clone | (Inherited from System.ICloneable) |
![]() | CreateFinder | Internal use only. |
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. |