Class DbPrimaryKey
Represents the database primary key constraint.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public sealed class DbPrimaryKey : DbTableConstraint, IAddon, IIndexConstraint
Properties
Name | Description |
---|---|
IsClustered | Gets a value indicates whether this is a clustered primary key. |
IsValidOnTable | |
IsValidOnTempTable | |
Model | Gets the model of the primary key. |
PrimaryKey | Gets the columns with sort direction of this primiary key. |
SystemName |