Click or drag to resize
MVTVariantInfoCheckUniqueValues Method
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.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public override bool CheckUniqueValues(
	params string[] columns
)

Parameters

columns
Type: SystemString
Columns to check

Return Value

Type: Boolean
See Also