Show / Hide Table of Contents

Class DbPrimaryKey

Represents the database primary key constraint.

Inheritance
System.Object
DbTableConstraint
DbPrimaryKey
Implements
IAddon
Inherited Members
DbTableConstraint.Name
DbTableConstraint.Description
DbTableConstraint.IAddon.Key
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
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest