Represents a foreign key in the database structure.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: 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
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.Constraint
PerpetuumSoft.DataModel.MsSql..::.ForeignKey