System.Web.UI.WebControls.DataControlFieldCollection: Method Members

The methods of System.Web.UI.WebControls.DataControlFieldCollection are listed below. For a list of all members, see the DataControlFieldCollection Members list.

See Also: Inherited members from System.Web.UI.StateManagedCollection

Public Methods

Add(DataControlField)

Appends the specified System.Web.UI.WebControls.DataControlField object to the end of the collection.

CloneFields() : DataControlFieldCollection

Creates a copy of the current collection.

Contains(DataControlField) : bool

Determines whether the System.Web.UI.WebControls.DataControlFieldCollection collection contains a specific System.Web.UI.WebControls.DataControlField object.

CopyTo(DataControlField[], int)

Copies the entire System.Web.UI.WebControls.DataControlFieldCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array.

IndexOf(DataControlField) : int

Determines the index of a specific System.Web.UI.WebControls.DataControlField object in the collection.

Insert(int, DataControlField)

Inserts the specified System.Web.UI.WebControls.DataControlField object into the System.Web.UI.WebControls.DataControlFieldCollection collection at the specified index.

Remove(DataControlField)

Removes the specified System.Web.UI.WebControls.DataControlField object from the System.Web.UI.WebControls.DataControlFieldCollection collection.

RemoveAt(int)

Removes the System.Web.UI.WebControls.DataControlField object at the specified index from the System.Web.UI.WebControls.DataControlFieldCollection collection.

Protected Methods

override
CreateKnownType(int) : object
Documentation for this section has not yet been entered.
override
GetKnownTypes() : Type[]
Documentation for this section has not yet been entered.
override
OnClearComplete()
Documentation for this section has not yet been entered.
override
OnInsertComplete(int, object)
Documentation for this section has not yet been entered.
override
OnRemoveComplete(int, object)
Documentation for this section has not yet been entered.
override
SetDirtyObject(object)
Documentation for this section has not yet been entered.