DataColumnCollection.Remove

DataColumnCollection.Remove method

Remove the dataColumn from the collection.

public void Remove(DataColumn dataColumn)
ParameterTypeDescription
dataColumnDataColumn

See Also