System.Web.UI.WebControls.BoundField.CreateField Method

Creates an empty System.Web.UI.WebControls.BoundField object.

Syntax

protected override DataControlField CreateField ()

Returns

An empty System.Web.UI.WebControls.BoundField.

Remarks

The BoundField.CreateField method is a helper method used by the DataControlField.CloneField method to create an empty System.Web.UI.WebControls.BoundField object to copy the properties of the current System.Web.UI.WebControls.BoundField object to.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0