IdeaBlade DevForce 2010 Help Reference
IEntityQuery Interface
Members  See Also  Send Feedback
IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IEntityQuery Interface



Standard interface used to express all business object queries. Knowledge of this interface is only needed if you are extending the existing query mechanisms.

Syntax

Visual Basic (Declaration) 
Public Interface IEntityQuery 
   Inherits System.ICloneable 
Visual Basic (Usage)Copy Code
Dim instance As IEntityQuery
C# 
public interface IEntityQuery : System.ICloneable  
C++/CLI 
public interface class IEntityQuery : public 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.