Table of Contents

Class AltAttribute

Namespace
Rinku.Mapping
Assembly
Rinku.dll

Adds another name a column may go by when matching this parameter, property, or field. Put it where the column name differs from the member name, or apply it more than once for several alternatives.

[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Parameter, AllowMultiple = true)]
public sealed class AltAttribute : Attribute
Inheritance
AltAttribute
Inherited Members
Extension Methods

Constructors

AltAttribute(string)

Adds another name a column may go by when matching this parameter, property, or field. Put it where the column name differs from the member name, or apply it more than once for several alternatives.

public AltAttribute(string AlternativeName)

Parameters

AlternativeName string

Fields

AlternativeName

The extra name a column may use to match this member.

public readonly string AlternativeName

Field Value

string