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; }
Public ReadOnly Property Fields As IList(Of DBTableField)
Get
Property Value
Type:
IListDBTableFieldSee Also