IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace > EntityQuery Class > Create Method : Create(Type,String,EntityManager) Method |
'Declaration
Public Overloads Shared Function Create( _ ByVal entityType As Type, _ ByVal entitySetName As String, _ ByVal entityManager As EntityManager _ ) As EntityQuery
'Usage
Dim entityType As Type Dim entitySetName As String Dim entityManager As EntityManager Dim value As EntityQuery value = EntityQuery.Create(entityType, entitySetName, entityManager)
public static EntityQuery Create( Type entityType, string entitySetName, EntityManager entityManager )
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