ComponentOne DataObjects for .NET
Unique Property (TableField)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > TableField Class : Unique Property
Gets or sets a value indicating whether the values of this field in each row must be unique.
Syntax
'Declaration
 
Public Overrides Property Unique As System.Boolean
public override System.bool Unique {get; set;}
Remarks
If it is set to True, an attempt to assign a duplicate value to this field generates an exception.
See Also

Reference

TableField Class
TableField Members
Table Fields