Open this page in the API Guide

ForeignKey Class

Represents a relational foreign key definition.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.Relational.ForeignKey

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class ForeignKey

The ForeignKey type exposes the following members.

Constructors
  NameDescription
Public methodForeignKey
Initializes a new instance of the ForeignKey class.
Top
Properties
  NameDescription
Public propertyColumns
Gets the list of pairs of column names.
Public propertyDescription
Gets or sets the description.
Public propertyName
Gets or sets the name.
Public propertyReferencedTable
Gets or sets the name of referenced table.
Top
See Also