Shunde.NET Framework Class Library

DBTable.UniqueIndexColumns Property

A comma separated list of columns that, held together, need to be unique

public  UniqueIndexColumns {get; set;}

Remarks

The comma separated list must have no spaces between the column names. Leave it as an empty string to have no unique index created.

See Also

DBTable Class | Shunde.Framework Namespace