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.4.0.0 (5.4.0)
Syntaxpublic IList<DBTableField> Fields { get; }Public ReadOnly Property Fields As IList(Of DBTableField)
	Get
Property Value
Type: 
IListDBTableField
See Also