The EntityQuery type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckEm | ||
Clone |
For internal use only.
|
|
Create |
Creates a new typed EntityQuery for a specific type. Same as new EntityQuery{T}
but can be used where the generic parameter 'T' cannot be specified.
|
|
Equals |
Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Execute(EntityManager) |
Executes this query against a remote service.
This method requires that an EntityManager has been previously specified via the
[!:EntityQueryExtensions.With(EntityManager)] method.
ExecuteQueryT(EntityQueryT)
|
|
Execute(CancellationToken, EntityManager) |
Executes this query against a remote service.
This method requires that an EntityManager has been previously specified via the
[!:EntityQueryExtensions.With(EntityManager)] method.
ExecuteQueryT(EntityQueryT)
|
|
ExecuteLocally |
Executes this query against the local cache.
This method requires that an EntityManager has been previously specified via the
[!:EntityQueryExtensions.With(EntityManager)] method.
|
|
ExpandNonGeneric | ||
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FromT |
The same as calling "new EntityQuery{T}.(resourceName)".
|
|
FromT(String) |
The same as calling "new EntityQuery{T}.(resourceName)".
|
|
FromT(String, T) |
This signature is intended to be use for queries that will return
an anonymous type. An example instance of the anonymous type you want
returned may be passed as the 2nd argument and will be used to
materialize the result of the query.
|
|
GetHashCode |
Serves as the default hash function. (Inherited from Object.) |
|
GetResourcePath | ||
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
|
UpdateFrom |
See Also