Skip to content

PropertyItem.SkipOnSave property

Gets or sets the ignore on save flag, which, when true, the field won't be serialized back to the entity on save.

public bool? SkipOnSave { get; set; }

See Also