Appends the specified System.Web.UI.WebControls.DataControlField object to the end of the collection.
- field
- The System.Web.UI.WebControls.DataControlField to append to the collection.
Use the DataControlFieldCollection.Add(DataControlField) method to append a System.Web.UI.WebControls.DataControlField object to the end of the collection. This implementation of the method takes the System.Web.UI.WebControls.DataControlField object specified by the field parameter and appends it to the collection.