Click or drag to resize
DBUniqueConstraintFields Property
List with DBTableField instances which are included in this Unique Constraint.

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
public IList<DBTableField> Fields { get; }

Property Value

Type: IListDBTableField
See Also