DevForce Help Reference
IsEntityType Method (EntityManager)


Determines if the specified type is an entity type.
Syntax
'Declaration
 
Public Function IsEntityType( _
   ByVal type As Type _
) As Boolean
'Usage
 
Dim instance As EntityManager
Dim type As Type
Dim value As Boolean
 
value = instance.IsEntityType(type)
public bool IsEntityType( 
   Type type
)

Parameters

type
Remarks
Equivalent to EntityMetadata.IsEntityType.
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

Send Feedback