IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityQuery Class |
For a list of all members of this type, see EntityQuery members.
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 of elements returned by the query. |
![]() | EntityManager | Gets or sets the EntityManager to use when the query is run. |
![]() | EntitySetName | Gets or sets the name of the Entity Data Model (EDM) entity set used by this query. |
![]() | Expression | See System.Linq.IQueryable. |
![]() | IncludePaths | Gets a collection of path strings in "Include" statements added to this query. |
![]() | IsDefaultEntitySet | Returns whether the query is using the "default" entity set. |
![]() | IsExecuteQuery | Gets whether the query can be executed immediately (e.g., the query ends with a call to First(), Single(), Last(), ElementAt() or performs an aggregation). Internal use only. |
![]() | IsNamedQuery | Returns true if the query is a named query having a server query method. |
![]() | NamedQuery | The named query, if any, that this query is based upon. |
![]() | NamedQueryMethod | The named method, if any, that this query was based on. |
![]() | NamedQueryResultIsEnumerable | Returns true if the query is an IQueryable. |
![]() | OriginalClientQuery | The original query before being merged with any named query. |
![]() | Parameters | For use with Poco queries only. Otherwise closure variables should be used instead. |
![]() | QueryableType | Gets the Entity type being queried. |
![]() | QueryStrategy | Gets or sets the QueryStrategy to use when executing this query. |
![]() | Tag | Gets or sets user-defined information regarding this query. |
Name | Description | |
---|---|---|
![]() | InternalQueryStrategy | Returns the internal query strategy for this query. May be different from the QueryStrategy during the execution of a cache query. |