Knight Data Access Layer
GetCreateIndexSql Method (VistaDb5Net20Provider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > VistaDb5Net20Provider Class : GetCreateIndexSql Method
Get the SQL to create an index
Syntax
Public Function GetCreateIndexSql( _
   ByVal tableName As String, _
   ByVal index As Index _
) As String
Dim instance As VistaDb5Net20Provider
Dim tableName As String
Dim index As Index
Dim value As String
 
value = instance.GetCreateIndexSql(tableName, index)
public string GetCreateIndexSql( 
   string tableName,
   Index index
)
public: string* GetCreateIndexSql( 
   string* tableName,
   Index* index
) 
public:
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

VistaDb5Net20Provider Class
VistaDb5Net20Provider Members