Secondary Key

Hi all,

if this possible to add a secondary key to one table for one or more specific fields? This will improve the performance by queries when the primary key is unknown.

Thanks in advance

There is the UniqueKey attribute that can be used for secondary keys.