←Select platform

ForeignKeysAttribute Class

Summary

Specifiesh that the underlying ICatalogEntity type of a property has key dependency in the current ICatalogEntity type.

Syntax

C#
VB
C++
public class ForeignKeysAttribute : Attribute 
  
Public Class ForeignKeysAttribute  
   Inherits System.Attribute 
   Implements System.Runtime.InteropServices._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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly