Class repUniqueSetField
- Namespace
- PolarStudio
- Assembly
- PolarStudio.dll
This class contains the details of a field in a unique set.
public class repUniqueSetField
- Inheritance
-
repUniqueSetField
- Inherited Members
- Extension Methods
Properties
Field
Returns the field in the repository that is part of the unique set.
public repField Field { get; }
Property Value
IncludeNullValues
Returns True if NULL values are to be included as a unique value. If not, then the uniqueness will not be checked if the field is NULL.
public bool IncludeNullValues { get; }