The optimal index for searching a table using the specified column.
Visual Basic
Public Function GetOptimalIndex( _
ByVal columnID As Integer _
) As ULIndexSchema
C#
public ULIndexSchema GetOptimalIndex(
int columnID
);
columnID The ID number of the column. The value must be in the range [0,ULCursorSchema.ColumnCount>-1]. The first column in the table has an ID value of zero.
A ULIndexSchema object representing the optimal index for the specified column.
The specified column is the first column in the index, but the index may have more than one column.