IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : EntityKeyQuery Class |
The following tables list the members exposed by EntityKeyQuery.
Name | Description | |
---|---|---|
EntityKeyQuery Constructor | Overloaded. |
Name | Description | |
---|---|---|
CommandTimeout | The timeout period ( in milliseconds) for this query if executed on the server. | |
ElementType | The entity type returned from this query. | |
EntityManager | The EntityManager for this query. | |
Keys | The keys for which entities will be retrieved. | |
QueryableType | The entity type being queried. | |
QueryStrategy | Gets or sets the QueryStrategy. | |
Tag | Custom information regarding this query. |
Name | Description | |
---|---|---|
AddToQueryCache | Add this query to the QueryCache. | |
Clone | See System.ICloneable.Clone. | |
CreateFinder | For internal use only. | |
Equals | (Inherited from object) | |
Execute | Executes this query. | |
GetHashCode | (Inherited from object) | |
GetType | (Inherited from object) | |
InQueryCache | Is this query in the QueryCache. | |
ToString | (Inherited from 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. |