UniqueConstraintAttribute.IgnoreDeleted property
namespace: Serenity.Data.Mapping assembly: Serenity.Net.Data
Gets or sets a value indicating whether to ignore deleted records while checking the constraint.
public bool IgnoreDeleted { get; set; }
Property Value
true if [ignore deleted]; otherwise, false.