Mindscape LightSpeed - User Reference & API Documentation
ColumnAttribute Class
API ReferenceMindscape.LightSpeedColumnAttribute
Signals that an a field should use a custom column mapping. See also INamingStrategy for performing database wide naming schemes.
Declaration Syntax
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
Members
All MembersConstructorsProperties



IconMemberDescription
ColumnAttribute(String)
Initializes a new instance of the ColumnAttribute class.

Name
Gets the target column name.

Inheritance Hierarchy
Object
Attribute
 ColumnAttribute

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)