ColumnInfoList Class Members
In This Topic
The following tables list the members exposed by ColumnInfoList.
Public Properties
| Name | Description |
 | Item | Overloaded. Gets the column that corresponds to columnName. |
Top
Public Methods
| Name | Description |
 | Add | Adds a ColumnInfo object to the list. |
 | AddRange | Adds the ColumnInfo objects to the end of the list. |
 | Clear | Removes all items from the list. |
 | Contains | Retrieves a boolean value indicating if the item exists in the list. |
 | GetNames | Retrieves a string arary containing the column names of each ColumnInfo object in the list. |
 | IndexOf | Searches for the specified item in the list and returns the zero-based
index of the first occurrence. |
 | Insert | Inserts the item in the list at the specified index. |
 | Remove | Removes the first occurrence of columnInfo from the list. |
 | RemoveAt | Removes the item at the specified index. |
Top
See Also