LinkingSetRelationAttribute.PreserveOrder property

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

Gets or sets a value indicating whether to preserve existing order of records on save.

public bool PreserveOrder { get; set; }

Property Value

true if should preserve order; otherwise, false.

See Also