Knight Data Access Layer
GetCreateIndexSql Method (IIndexProvider)




KellermanSoftware.NetDataAccessLayer Namespace > IIndexProvider Interface : GetCreateIndexSql Method
Get the SQL to create the passed in index
Syntax
Function GetCreateIndexSql( _
   ByVal tableName As String, _
   ByVal index As Index _
) As String
Dim instance As IIndexProvider
Dim tableName As String
Dim index As Index
Dim value As String
 
value = instance.GetCreateIndexSql(tableName, index)
string GetCreateIndexSql( 
   string tableName,
   Index index
)
string* GetCreateIndexSql( 
   string* tableName,
   Index* index
) 
String^ GetCreateIndexSql( 
   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

IIndexProvider Interface
IIndexProvider Members