DataColumnCollection.Remove Method
.NET Framework 3.0
Removes a DataColumn object from the collection.
| Name | Description |
|---|---|
| DataColumnCollection.Remove (DataColumn) | Removes the specified DataColumn object from the collection. Supported by the .NET Compact Framework. |
| DataColumnCollection.Remove (String) | Removes the DataColumn object that has the specified name from the collection. Supported by the .NET Compact Framework. |