CommandField::CreateField Method ()

 

Creates an empty CommandField object.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual DataControlField^ CreateField() override

The CreateField method is a helper method used by the DataControlField::CloneField method to create an empty CommandField object to copy the properties of the current CommandField object to.

.NET Framework
Available since 2.0
Return to top
Show: