DBUniqueConstraintFields Property |
List with
DBTableField instances which are included in this Unique Constraint.
Namespace: SD.LLBLGen.Pro.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public IList<DBTableField> Fields { get; }
Public ReadOnly Property Fields As IList(Of DBTableField)
Get
Property Value
Type:
IListDBTableFieldSee Also