ForeignKeysAttribute Constructor(string,string)

Summary
Initializes a new instance of the ForeignKeysAttribute attribute.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal parentElementKey As String, _ 
   ByVal childElementKey As String _ 
) 
public: 
ForeignKeysAttribute(  
   String^ parentElementKey, 
   String^ childElementKey 
) 

Parameters

parentElementKey
The element key name in the parent ICatalogEntity.

childElementKey
The element key name in the child ICatalogEntity which corresponds to the parentElementKey

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.