Class AltAttribute
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
AlternativeNamestring
Fields
AlternativeName
The extra name a column may use to match this member.
public readonly string AlternativeName