set_unique


Description:

[ Version ( since = "6.0" ) ]
public void set_unique (bool val)

If val is true a "UNIQUE" will be added to the INDEX CREATE command, e.

g. CREATE UNIQUE INDEX ...

Parameters:

this

DbIndex instance

val

if set to true UNIQUE index type will be used.