DevForce Help Reference
EntityQueryExtensions Class
Members 


Provides a set of static methods extending EntityQuery and EntityQuery<T>.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public MustInherit NotInheritable Class EntityQueryExtensions 
'Usage
 
Dim instance As EntityQueryExtensions
[Extension()]
public static class EntityQueryExtensions 
Remarks
To use these extensions, add a using statement (Imports in Visual Basic) for this namespace to your class.

For more information on extension methods, see Extension Methods (C# Programming Guide) or Extension Methods (Visual Basic) in the Visual Studio 2008 documentation.

Inheritance Hierarchy

System.Object
   IdeaBlade.EntityModel.EntityQueryExtensions

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

EntityQueryExtensions Members
IdeaBlade.EntityModel Namespace
System.Linq
EntityQuery<T> Class

Send Feedback