Represents a foreign key in the database structure.

Namespace:  PerpetuumSoft.DataModel.MsSql
Assembly:  PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0

Syntax

C#
public sealed class ForeignKey : Constraint
Visual Basic (Declaration)
Public NotInheritable Class ForeignKey _
	Inherits Constraint
Visual C++
public ref class ForeignKey sealed : public Constraint

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.DataModel.MsSql..::.Element
    PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
      PerpetuumSoft.DataModel.MsSql..::.Constraint
        PerpetuumSoft.DataModel.MsSql..::.ForeignKey

See Also