Represents a primary 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 PrimaryKey : KeyConstraint |
Visual Basic (Declaration) |
---|
Public NotInheritable Class PrimaryKey _ Inherits KeyConstraint |
Visual C++ |
---|
public ref class PrimaryKey sealed : public KeyConstraint |
Inheritance Hierarchy
System..::.Object
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.Constraint
PerpetuumSoft.DataModel.MsSql..::.KeyConstraint
PerpetuumSoft.DataModel.MsSql..::.PrimaryKey
PerpetuumSoft.DataModel.MsSql..::.Element
PerpetuumSoft.DataModel.MsSql..::.DatabaseObject
PerpetuumSoft.DataModel.MsSql..::.Constraint
PerpetuumSoft.DataModel.MsSql..::.KeyConstraint
PerpetuumSoft.DataModel.MsSql..::.PrimaryKey