asp.net.ph

DataColumnMappingCollection.AddRange Method

System.Web.UI.WebControls Namespace   DataColumnMappingCollection Class


Adds an array of DataColumnMapping objects to the collection.

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

[ C# ]
public void AddRange (
   DataColumnMapping [ ] columns
);

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

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

Parameters

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

Remarks

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

See Also

DataColumnMappingCollection 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