Signals that an a field should use a custom column mapping. See also
INamingStrategy for performing database wide naming schemes.

C# | Visual Basic |
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple = false, Inherited = true)] public sealed class ColumnAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Field, AllowMultiple := False, _ Inherited := True)> _ Public NotInheritable Class ColumnAttribute _ Inherits Attribute

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ColumnAttribute(String) |
Initializes a new instance of the ColumnAttribute class.
|
![]() | Name |
Gets the target column name.
|