UniqueAttribute Class

An attribute that qualifies any parameter in the constructor, making the column associated with the parameter a UNIQUE field.

C#
[AttributeUsage(System.AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)]
public sealed class UniqueAttribute : Attribute
Inheritance
UniqueAttribute
Attributes

Remarks

This attribute can be specified for at most one of the parameters of the constructor.

See: SQLite CREATE TABLE.

Properties

TypeId (Inherited from Attribute)

Methods

Equals(object) (Inherited from Attribute)
GetHashCode() (Inherited from Attribute)
IsDefaultAttribute() (Inherited from Attribute)
Match(object) (Inherited from Attribute)
GetType() (Inherited from object)
MemberwiseClone() (Inherited from object)
ToString() (Inherited from object)