DataColumnMappingCollection::AddRange Method (Array^)

 

Copies the elements of the specified Array to the end of the collection.

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

public:
void AddRange(
	Array^ values
)

Parameters

values
Type: System::Array^

The Array to add to the collection.

.NET Framework
Available since 2.0
Return to top
Show: