Enum SkipModification
Flags for specifying skip modifications used for Attributes based on SkipBaseAttribute.
Namespace: LinqToDB.Mapping
Assembly: linq2db.dll
Syntax
public enum SkipModification : int
Fields
Name | Description |
---|---|
Insert | A value should be skipped on insert. |
None | No value should be skipped. |
Update | A value should be skipped on update. |