DataControlFieldCollection.Remove Method
.NET Framework 3.0
Removes the specified DataControlField object from the DataControlFieldCollection collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Remove ( DataControlField field )
public function Remove ( field : DataControlField )
Not applicable.
Parameters
- field
The DataControlField to remove from the DataControlFieldCollection.
Community Additions
ADD
Show: