DataTableMappingCollection::Add Method (Object^)

 

Adds an Object that is a table mapping to the collection.

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

public:
virtual int Add(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

A DataTableMapping object to add to the collection.

Return Value

Type: System::Int32

The index of the DataTableMapping object added to the collection.

Exception Condition
InvalidCastException

The object passed in was not a DataTableMapping object.

The following example searches for a DataTableMapping within the collection. If the mapping exists in the collection, it is removed. If the mapping does not exist within the collection, it is added to the collection and its index is displayed. The example assumes that a DataTableMappingCollection collection and a DataTableMapping object have been created.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: