Class MappingAttribute
Inheritance
MappingAttribute
Assembly: linq2db.dll
Syntax
public abstract class MappingAttribute : Attribute, _Attribute
Properties
|
Improve this Doc
View Source
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).
Declaration
public string? Configuration { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
|
Improve this Doc
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
|
Improve this Doc
View Source
GetObjectID()
Returns mapping attribute id, based on all attribute options.
Declaration
public abstract string GetObjectID()
Returns
Implements
Extension Methods