Show / Hide Table of Contents

Class DbUniqueConstraint

Represents database unique constraint.

Inheritance
System.Object
DbTableConstraint
DbUniqueConstraint
Implements
IAddon
Inherited Members
DbTableConstraint.Name
DbTableConstraint.Description
DbTableConstraint.IAddon.Key
DbTableConstraint.SystemName
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 DbUniqueConstraint : DbTableConstraint, IAddon, IIndexConstraint

Properties

Name Description
Columns

Gets the columns with sort direction of this unique constraint.

IsClustered

Gets a value indicates whether this unique constraint is clustered.

IsValidOnTable
IsValidOnTempTable
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest