RuleCombinationOfPropertiesIsUniqueAttribute(String) Constructor
Initializes a new instance of the RuleCombinationOfPropertiesIsUniqueAttribute class.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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