UniqueAttribute.CheckBeforeSave property

namespace: Serenity.Data.Mapping   assemblySerenity.Net.Data

Gets or sets a value indicating whether to check this constraint before save.

public bool CheckBeforeSave { get; set; }

Property Value

true if should check, otherwise, false.

See Also