PropertyItem.SkipOnLoad property
Gets or sets the ignore on load flag, which, when true, the field won't be read from the entity on load.
public bool? SkipOnLoad { get; set; }
See Also
- class PropertyItem
Gets or sets the ignore on load flag, which, when true, the field won't be read from the entity on load.
public bool? SkipOnLoad { get; set; }