DevForce Help Reference
InitializeEntityRelations Method (EntityMetadataStore)


Initializes all of the EntityRelations found in an assembly.
Syntax
'Declaration
 
Public Sub InitializeEntityRelations( _
   ByVal assembly As Assembly _
) 
'Usage
 
Dim instance As EntityMetadataStore
Dim assembly As Assembly
 
instance.InitializeEntityRelations(assembly)
public void InitializeEntityRelations( 
   Assembly assembly
)

Parameters

assembly
Remarks
Equivalent to calling EntityRelations.Initialize(), this method dynamically locates the EntityRelations class in the assembly.
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