LEADTOOLS Medical (Leadtools.Medical.DataAccessLayer assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ForeignKeysAttribute Constructor(String,String)
See Also 
Leadtools.Medical.DataAccessLayer.Catalog Namespace > ForeignKeysAttribute Class > ForeignKeysAttribute Constructor : ForeignKeysAttribute Constructor(String,String)



parentElementKey
The element key name in the parent Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity.
childElementKey
The element key name in the child Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity which corresponds to the parentElementKey
Initializes a new instance of the ForeignKeysAttribute attribute.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal parentElementKey As String, _
   ByVal childElementKey As String _
)
Visual Basic (Usage)Copy Code
Dim parentElementKey As String
Dim childElementKey As String
 
Dim instance As New ForeignKeysAttribute(parentElementKey, childElementKey)
C# 
public ForeignKeysAttribute( 
   string parentElementKey,
   string childElementKey
)
C++/CLI 
public:
ForeignKeysAttribute( 
   String^ parentElementKey,
   String^ childElementKey
)

Parameters

parentElementKey
The element key name in the parent Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity.
childElementKey
The element key name in the child Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity which corresponds to the parentElementKey

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical.DataAccessLayer requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features