DevForce Help Reference
Create(Type,String) Method


Creates a strongly typed Entity{T}. Used for NamedQueries.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal entityType As Type, _
   ByVal entitySetName As String _
) As EntityQuery
'Usage
 
Dim entityType As Type
Dim entitySetName As String
Dim value As EntityQuery
 
value = EntityQuery.Create(entityType, entitySetName)
public static EntityQuery Create( 
   Type entityType,
   string entitySetName
)

Parameters

entityType
entitySetName
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

EntityQuery Class
EntityQuery Members
Overload List

Send Feedback