Class SkipValuesOnInsertAttribute
Attribute for skipping specific values on insert.
[CLSCompliant(false)]
public class SkipValuesOnInsertAttribute : SkipValuesByListAttribute, _Attribute
- Inheritance
-
SkipValuesOnInsertAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
SkipValuesOnInsertAttribute(params object?[]?)
Constructor.
public SkipValuesOnInsertAttribute(params object?[]? values)
Parameters
values
object[]Values to skip on insert operations.
Properties
Affects
Operations, affected by value skipping.
public override SkipModification Affects { get; }