Skip to main content
.NET 6.0+

RuleCombinationOfPropertiesIsUniqueAttribute(String) Constructor

Initializes a new instance of the RuleCombinationOfPropertiesIsUniqueAttribute class.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public RuleCombinationOfPropertiesIsUniqueAttribute(
    string targetProperties
)

Parameters

Name Type Description
targetProperties String

A string specifying the properties whose combination must be unique. The property names can be separated by the comma, semicolon and whitespace characters.

See Also