Skip to content

UniqueAttribute.CheckBeforeSave property

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