DataColumnCollection::Remove Method

 

Removes a DataColumn object from the collection.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

NameDescription
System_CAPS_pubmethodRemove(DataColumn^)

Removes the specified DataColumn object from the collection.

System_CAPS_pubmethodRemove(String^)

Removes the DataColumn object that has the specified name from the collection.

Return to top
Show: