Table of Contents

Class NotColumnAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll

Marks current property or column to be ignored for mapping when explicit column mapping disabled. See IsColumnAttributeRequired.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = true, Inherited = true)]
public class NotColumnAttribute : ColumnAttribute, _Attribute
Inheritance
NotColumnAttribute
Implements
Inherited Members
Extension Methods

Constructors

NotColumnAttribute()

Creates attribute instance.

public NotColumnAttribute()