DataControlFieldCollection::CloneFields Method ()
.NET Framework (current version)
Creates a copy of the current collection.
Assembly: System.Web (in System.Web.dll)
Return Value
Type: System.Web.UI.WebControls::DataControlFieldCollection^A DataControlFieldCollection that contains a copy of each data control field in the current collection.
Use the CloneFields method to create a copy of the current collection. This method is used primarily by design-time dialog boxes to implement rollback behavior when an operation is canceled.
.NET Framework
Available since 2.0
Available since 2.0
Show: