DataTableMappingCollection::AddRange Method (array<DataTableMapping^>^)

 

Copies the elements of the specified DataTableMapping array to the end of the collection.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
void AddRange(
	array<DataTableMapping^>^ values
)

Parameters

values
Type: array<System.Data.Common::DataTableMapping^>^

The array of DataTableMapping objects to add to the collection.

.NET Framework
Available since 1.1
Return to top
Show: