Knight Data Access Layer
ColumnMappingAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : ColumnMappingAttribute Class
Defines a mapping of the property to a database column.
Syntax
<AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple=False)>
Public NotInheritable Class ColumnMappingAttribute 
   Inherits System.Attribute
Dim instance As ColumnMappingAttribute
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public sealed class ColumnMappingAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public __gc __sealed class ColumnMappingAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property, AllowMultiple=false)]
public ref class ColumnMappingAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.ColumnMappingAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColumnMappingAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace