Table of Contents

Class NotNullAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll

Sets nullability flag for current column to false. See NullableAttribute for more details.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class NotNullAttribute : NullableAttribute, _Attribute
Inheritance
NotNullAttribute
Implements
Inherited Members
Extension Methods

Constructors

NotNullAttribute()

Creates attribute isntance.

public NotNullAttribute()

NotNullAttribute(string)

Creates attribute isntance.

public NotNullAttribute(string configuration)

Parameters

configuration string

Mapping schema configuration name. See LinqToDB.Configuration.