The optimal index for searching a table using the specified column.
Public Function GetOptimalIndex(ByVal columnID As Integer) As String
public string GetOptimalIndex(int columnID)
columnID The ID number of the column. The first column in the table has an ID value of zero.
A ULIndexSchema object representing the optimal index for the specified column.
ULException class A SQL error occurred.
The specified column is the first column in the index, but the index may have more than one column.