Class DontPreserveAttribute
Properties that don't have this attribute will be omitted when using SavePreserving() TIP: These attribute decorations are only effective if you do not specify a preservation expression when calling SavePreserving()
[AttributeUsage(AttributeTargets.Property)]
public class DontPreserveAttribute : Attribute
- Inheritance
-
DontPreserveAttribute
- Inherited Members