EntityQuery Methods Breeze.sharp

The EntityQuery type exposes the following members.

Methods

  Name Description
Protected method CheckEm
Public method Clone
For internal use only.
Public method Static member 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.
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public method Execute(EntityManager)
Public method Execute(CancellationToken, EntityManager)
Public method ExecuteLocally
Executes this query against the local cache. This method requires that an EntityManager has been previously specified via the [!:EntityQueryExtensions.With(EntityManager)] method.
Protected method ExpandNonGeneric
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Static member FromT
The same as calling "new EntityQuery{T}.(resourceName)".
Public method Static member FromT(String)
The same as calling "new EntityQuery{T}.(resourceName)".
Public method Static member 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.
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetResourcePath
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method UpdateFrom
Top
See Also

Reference