AbstractInfoProvider TInfo, TProvider  CheckUniqueValues Method Kentico 8.0 API Reference
Checks if a record with the same column values already exists in the database. Returns true if the set of values is unique.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

infoObj
Type: TInfo
Info object to check
columns
Type:  OnlineSystem String 
Columns to check

Return Value

Type: OnlineBoolean
See Also