ForeignKey Class

Represents a relational foreign key definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.Metadata.RelationalForeignKey

Namespace:  Dundas.BI.Data.Metadata.Relational
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.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