Knight Data Access Layer
CreateIndex Method (IDataHelper)




KellermanSoftware.NetDataAccessLayer Namespace > IDataHelper Interface : CreateIndex Method
Create an index
Syntax
Sub CreateIndex( _
   ByVal tableName As String, _
   ByVal index As Index _
) 
Dim instance As IDataHelper
Dim tableName As String
Dim index As Index
 
instance.CreateIndex(tableName, index)
void CreateIndex( 
   string tableName,
   Index index
)
void CreateIndex( 
   string* tableName,
   Index* index
) 
void CreateIndex( 
   String^ tableName,
   Index^ index
) 

Parameters

tableName
index
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

IDataHelper Interface
IDataHelper Members