Click or drag to resize
DBTableIProjectElementMapTargetElementUniqueConstraints Property
Enumerable with all the unique constraints of this target, empty otherwise

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
IEnumerable<DBUniqueConstraint> IProjectElementMapTargetElement.UniqueConstraints { get; }

Property Value

Type: IEnumerableDBUniqueConstraint

Implements

IProjectElementMapTargetElementUniqueConstraints
See Also