Applies to members of extended BusinessObjects; identifies the parent key, or field, common to both child and parent tables, that satisfies the foreign key relationship between these tables

Namespace: Caisis.BOL
Assembly: Caisis.BOL (in Caisis.BOL.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class ForeignKeyAttribute : Attribute
Visual Basic
Public Class ForeignKeyAttribute
	Inherits Attribute
Visual C++
public ref class ForeignKeyAttribute : public Attribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    Caisis.BOL..::..ForeignKeyAttribute

See Also