DevForce Help Reference
IEntityQuery Interface
Members 


Standard interface used to express all business object queries. Knowledge of this interface is only needed if you are extending the existing query mechanisms.
Object Model
IEntityQuery InterfaceEntityManager ClassQueryStrategy Class
Syntax
'Declaration
 
Public Interface IEntityQuery 
   Inherits System.ICloneable 
'Usage
 
Dim instance As IEntityQuery
public interface IEntityQuery : System.ICloneable  
Remarks
Every query which can be executed by the EntityManager is a concrete implementation of the IEntityQuery. See the overloaded EntityManager.ExecuteQuery for more information.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IEntityQuery Members
IdeaBlade.EntityModel Namespace
EntityQuery<T> Class
StoredProcQuery Class
PassthruEsqlQuery Class
EntityManager Property

Send Feedback