DevForce Help Reference
InitializeEntityRelations Method (EntityRelation)


Initializes all of the EntityRelations found in an assembly.
Syntax
'Declaration
 
Public Shared Sub InitializeEntityRelations( _
   ByVal assembly As Assembly _
) 
'Usage
 
Dim assembly As Assembly
 
EntityRelation.InitializeEntityRelations(assembly)
public static 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

EntityRelation Class
EntityRelation Members

Send Feedback