System.Web.UI.WebControls Namespace DataTableCollection Class
Adds the items in an array of DataTable objects to the collection.
[ VB ] Public Sub AddRange ( _ ByVal tables ( ) As DataTable _ ) [ C# ] void AddRange ( DataTable [ ] tables ); [ C++ ] public: void AddRange ( DataTable* tables [ ] ); [ JScript ] public function AddRange ( tables : DataTable [ ] );
Use the AddRange method to add the items in the array of DataTable objects specified by the tables parameter. This allows you to add multiple DataTable objects to the collection in a single step.
DataTableCollection Members Add Remove RemoveAt Clear
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