Table of Contents

Class SkipValuesOnUpdateAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll

Attribute for skipping specific values on update.

[CLSCompliant(false)]
public class SkipValuesOnUpdateAttribute : SkipValuesByListAttribute, _Attribute
Inheritance
SkipValuesOnUpdateAttribute
Implements
Inherited Members
Extension Methods

Constructors

SkipValuesOnUpdateAttribute(params object?[]?)

Constructor.

public SkipValuesOnUpdateAttribute(params object?[]? values)

Parameters

values object[]

Values to skip on update operations.

Properties

Affects

Operations, affected by value skipping.

public override SkipModification Affects { get; }

Property Value

SkipModification