Public Function GetCreateIndexSql( _ ByVal tableName As String, _ ByVal index As Index _ ) As String
Dim instance As MySqlProvider Dim tableName As String Dim index As Index Dim value As String value = instance.GetCreateIndexSql(tableName, index)
Parameters
- tableName
 - Name of the table.
 - index
 - The index.
 
Return Value
System.String.