asp.net.ph

DataColumnCollection.AddRange Method ( Table )

System.Web.UI.WebControls Namespace   DataColumnCollection Class


Adds the items in an array of DataColumn objects to the collection.

[ VB ]
Public Sub AddRange ( _
   ByVal columns ( ) As DataColumn _
)

[ C# ]
void AddRange (
   DataColumn [ ] columns
);

[ C++ ]
public: void AddRange (
   DataColumn* columns [ ]
);

[ JScript ]
public function AddRange (
   columns : DataColumn [ ]
);

Parameters

columns
An array of DataColumn objects to add to the collection.

Remarks

Use the AddRange method to add the items in the array of DataColumn objects specified by the columns parameter. This allows you to add multiple DataColumn objects to the collection in a single step.

See Also

DataColumnCollection Members   Add   Remove   RemoveAt   Clear Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note