UniqueConstraintAttribute.IgnoreDeleted property

namespace: Serenity.Data.Mapping   assemblySerenity.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.

See Also