Table of Contents

Class MappingAttribute

Namespace
LinqToDB.Mapping
Assembly
linq2db.dll
public abstract class MappingAttribute : Attribute
Inheritance
MappingAttribute
Derived
Inherited Members
Extension Methods

Constructors

MappingAttribute()

protected MappingAttribute()

Properties

Configuration

Gets or sets mapping schema configuration name, for which this attribute should be taken into account. ProviderName for standard names. Attributes with null or empty string Configuration value applied to all configurations (if no attribute found for current configuration).

public string? Configuration { get; set; }

Property Value

string

Methods

GetObjectID()

Returns mapping attribute id, based on all attribute options.

public abstract string GetObjectID()

Returns

string