asp.net.ph

DataTableMappingCollection.AddRange Method

System.Web.UI.WebControls Namespace   DataTableMappingCollection Class


Adds an array of DataTableMapping objects to the collection.

[ VB ]
Public Sub AddRange ( _
   ByVal tables ( ) As DataTableMapping _
)

[ C# ]
public void AddRange (
   DataTableMapping [ ] tables
);

[ C++ ]
public: void AddRange (
   DataTableMapping* tables [ ]
);

[ JScript ]
public function AddRange (
   tables : DataTableMapping [ ]
);

Parameters

tables
An array of DataTableMapping objects to add to the collection.

Remarks

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

See Also

DataTableMappingCollection Members   Add   Remove   RemoveAt   Clear Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph