UniqueAttribute.IgnoreNulls property
Gets or sets a value indicating whether to ignore null values.
public bool IgnoreNulls { get; set; }
Property Value
true if should ignore value; otherwise, false.
See Also
- class UniqueAttribute
Gets or sets a value indicating whether to ignore null values.
public bool IgnoreNulls { get; set; }
true if should ignore value; otherwise, false.