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
- class PropertyItem
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; }