SQL - Extended  1.0.0
Pi-Con: Small utilities makes the difference
Public Member Functions | Properties | List of all members
PiCon.SQL.UniqueAttribute Class Reference

The unique attribute, for columns in the table scheme. More...

Inheritance diagram for PiCon.SQL.UniqueAttribute:

Public Member Functions

 UniqueAttribute ()
 Default constructor More...
 
 UniqueAttribute (Conflict conflict)
 Cosntructor of teh attribute More...
 

Properties

Conflict OnConflict [get]
 The conflict settings, see SQLite-Net documentation for more details More...
 

Detailed Description

The unique attribute, for columns in the table scheme.

Constructor & Destructor Documentation

◆ UniqueAttribute() [1/2]

PiCon.SQL.UniqueAttribute.UniqueAttribute ( )

Default constructor

◆ UniqueAttribute() [2/2]

PiCon.SQL.UniqueAttribute.UniqueAttribute ( Conflict  conflict)

Cosntructor of teh attribute

Parameters
conflict

Property Documentation

◆ OnConflict

Conflict PiCon.SQL.UniqueAttribute.OnConflict
get

The conflict settings, see SQLite-Net documentation for more details


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