| 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 | |
Every query which can be executed by the EntityManager is a concrete implementation of the IEntityQuery. See the overloaded EntityManager.ExecuteQuery for more information.
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