'Declaration Public Function GetNames() As String()
'Usage Dim instance As ColumnInfoList Dim value() As String value = instance.GetNames()
public string[] GetNames()
Return Value
A string array containing the column names of each ColumnInfo object in the list.