The following tables list the members exposed by EntityQuery<T>.
Name | Description | |
---|---|---|
![]() | EntityQuery<T> 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. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | ElementType | Overridden. The type returned by this query. |
![]() | EntityManager | Gets or sets the EntityManager to use when the query is run. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | EntitySetName | Gets or sets the name of the Entity Data Model (EDM) entity set used by this query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | Expression | See System.Linq.IQueryable. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | IncludePaths | Gets a collection of path strings in "Include" statements added to this query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | IsDefaultEntitySet | Returns whether the query is using the "default" entity set. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | 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. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | IsNamedQuery | Returns true if the query is a named query having a server query method. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | NamedQuery | The named query, if any, that this query is based upon. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | NamedQueryMethod | The named method, if any, that this query was based on. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | NamedQueryResultIsEnumerable | Returns true if the query is an IQueryable. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | OriginalClientQuery | The original query before being merged with any named query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | Parameters | For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | QueryableType | Gets the Entity type being queried. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | QueryStrategy | Gets or sets the QueryStrategy to use when executing this query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | Tag | Gets or sets user-defined information regarding this query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
Name | Description | |
---|---|---|
![]() | InternalQueryStrategy | Returns the internal query strategy for this query. May be different from the QueryStrategy during the execution of a cache query. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
Name | Description | |
---|---|---|
![]() | AddIncludePaths | |
![]() | AddParameter | Overloaded. For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | AddToQueryCache | Add this query to the QueryCache. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | Cast<TResult> | Converts the elements of an EntityQuery{T} to the specified type. |
![]() | Clone | Overridden. Creates a copy of this query. |
![]() | CreateFinder | Internal use only. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | Equals | (Inherited from object) |
![]() | GetEnumerator | Internal use only - part of IEnumerable implementation. |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | InQueryCache | Gets whether this query is in the QueryCache. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | OfType<TResult> | Filters the elements of an IEntityQuery based on a specified type. |
![]() | RemoveIncludePaths | Returns a new query with the specified "Include" paths removed. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | RemoveParameter | For use with Poco queries only. Otherwise closure variables should be used instead. (Inherited from IdeaBlade.EntityModel.EntityQuery) |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
![]() | UpdateSettingsFrom | Internal use only. (Inherited from IdeaBlade.EntityModel.EntityQuery) |