Knight Data Access Layer
TableIndexAttribute Class
Members 




KellermanSoftware.NetDataAccessLayer.Attributes Namespace : TableIndexAttribute Class
Create an index on multiple columns for a table
Syntax
<AttributeUsageAttribute(AttributeTargets.Class, AllowMultiple=True)>
Public Class TableIndexAttribute 
   Inherits System.Attribute
Dim instance As TableIndexAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
public class TableIndexAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
public __gc class TableIndexAttribute : public System.Attribute 
[AttributeUsage(AttributeTargets.Class, AllowMultiple=true)]
public ref class TableIndexAttribute : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      KellermanSoftware.NetDataAccessLayer.Attributes.TableIndexAttribute

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

TableIndexAttribute Members
KellermanSoftware.NetDataAccessLayer.Attributes Namespace