SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Properties | List of all members
SQLite.UniqueIndexAttribute Class Reference

Unique attribute to set the column value to unique And adds a index to this Column More...

Inheritance diagram for SQLite.UniqueIndexAttribute:
SQLite.IndexedAttribute

Properties

override bool Unique [get, set]
 If the Attribute is used the value is always true. More...
 
- Properties inherited from SQLite.IndexedAttribute
string Name [get, set]
 Name of the index to create More...
 
int Order [get, set]
 Ordeing of the index More...
 
virtual bool Unique [get, set]
 setting the index to a unique value More...
 

Additional Inherited Members

- Public Member Functions inherited from SQLite.IndexedAttribute
 IndexedAttribute ()
 Constructor More...
 
 IndexedAttribute (string name, int order)
 Constructor More...
 

Detailed Description

Unique attribute to set the column value to unique And adds a index to this Column

Property Documentation

◆ Unique

override bool SQLite.UniqueIndexAttribute.Unique
getset

If the Attribute is used the value is always true.


The documentation for this class was generated from the following file: