DevForce Help Reference
GetQuery<T>(String) Method


Entity type
Name of entity set
Return an EntityQuery to retrieve entities of the specified type.
Syntax
'Declaration
 
Public Overloads Function GetQuery(Of T As Class)( _
   ByVal entitySetName As String _
) As EntityQuery(Of T)
'Usage
 
Dim instance As EntityManager
Dim entitySetName As String
Dim value As EntityQuery(Of T)
 
value = instance.GetQuery(Of T)(entitySetName)
public EntityQuery<T> GetQuery<T>( 
   string entitySetName
)
where T: class

Parameters

entitySetName
Name of entity set

Type Parameters

T
Entity type
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

EntityManager Class
EntityManager Members
Overload List

Send Feedback