ForeignKeysAttribute Class

Summary
Specifiesh that the underlying ICatalogEntity type of a property has key dependency in the current ICatalogEntity type.
Syntax
C#
C++/CLI
public class ForeignKeysAttribute : Attribute 
public ref class ForeignKeysAttribute : public System.Attribute, System.Runtime.InteropServices._Attribute   
Remarks

This attribute is used to create a relation between two ICatalogEntity classes.

When a parent class "A" of type ICatalogEntity has property of type "B" that implements the ICatalogEntity interface (child class) this attribute defines which properties in the child class "B" correspond to the same properties in the parent class "A".

Requirements

Target Platforms

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

Leadtools.Medical.DataAccessLayer Assembly

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