Knight Data Access Layer
ColumnIndexAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : ColumnIndexAttribute Class
Holds information about the index for a column
Syntax
<AttributeUsageAttribute(AttributeTargets.Property)>
Public NotInheritable Class ColumnIndexAttribute 
   Inherits System.Attribute
Dim instance As ColumnIndexAttribute
[AttributeUsage(AttributeTargets.Property)]
public sealed class ColumnIndexAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public __gc __sealed class ColumnIndexAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Property)]
public ref class ColumnIndexAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.ColumnIndexAttribute

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

ColumnIndexAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace