Remove

DataColumnCollection.Remove method

Remove the dataColumn from the collection.

public void Remove(DataColumn dataColumn)
Parameter Type Description
dataColumn DataColumn

See Also