DevForce Help Reference
GetEntityMetadata Method (EntityMetadataStore)


Returns the EntityMetadata for the specified type.
Syntax
'Declaration
 
Public Function GetEntityMetadata( _
   ByVal entityType As Type, _
   Optional ByVal canThrowException As Boolean _
) As EntityMetadata
'Usage
 
Dim instance As EntityMetadataStore
Dim entityType As Type
Dim canThrowException As Boolean
Dim value As EntityMetadata
 
value = instance.GetEntityMetadata(entityType, canThrowException)
public EntityMetadata GetEntityMetadata( 
   Type entityType,
   bool canThrowException
)

Parameters

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

EntityMetadataStore Class
EntityMetadataStore Members

Send Feedback