DataColumnMappingCollection::AddRange Method (array<DataColumnMapping^>^)

 

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

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

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

Parameters

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

The array of DataColumnMapping objects to add to the collection.

.NET Framework
Available since 1.1
Return to top
Show: