ComponentOne DataObjects for .NET
Unique Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : Unique Property
Gets or sets a value indicating whether the values of this field in each row must be unique.
Syntax
'Declaration
 
Public Overridable Property Unique As System.Boolean
public virtual 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

Field Class
Field Members
Table Fields