DevForce Help Reference
GetIncludedEntityTypes Method


Returns a list of all entity types, excluding Included types, referenced by the query.
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function GetIncludedEntityTypes( _
   ByVal query As EntityQuery _
) As ISet(Of Type)
'Usage
 
Dim query As EntityQuery
Dim value As ISet(Of Type)
 
value = EntityQueryExtensions.GetIncludedEntityTypes(query)
[Extension()]
public static ISet<Type> GetIncludedEntityTypes( 
   EntityQuery query
)

Parameters

query

Return Value

A HashSet of types
Remarks
If "Included" types should also be returned, use GetReferencedEntityTypes.
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 Class
EntityQueryExtensions Members

Send Feedback