DevForce Help Reference
IsComplexType Method


Returns true if the type represents a ComplexObject.
Syntax
'Declaration
 
Public Shared Function IsComplexType( _
   ByVal entityType As Type _
) As Boolean
'Usage
 
Dim entityType As Type
Dim value As Boolean
 
value = EntityMetadata.IsComplexType(entityType)
public static bool IsComplexType( 
   Type entityType
)

Parameters

entityType
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

EntityMetadata Class
EntityMetadata Members

Send Feedback