Returns the name of the specified column.
Public Overrides Function GetName(ByVal index As Integer) As String
public override string GetName(int index)
index The zero-based index of the column.
The name of the specified column.