asp.net.ph

DataColumnMappingCollection.Add Method ( Object )

System.Data.Common Namespace   DataColumnMappingCollection Class


Adds a DataColumnMapping to the collection.

[ VB ]
NotOverridable Overloads Public Function Add ( _
   ByVal columnMapping As Object _
) As Integer Implements IList.Add

[ C# ]
public int Add (
   object columnMapping
);

[ C++ ]
public: __sealed int Add (
   Object* columnMapping
);

[ JScript ]
public function Add (
   columnMapping : Object
) : int;

Parameters

columnMapping
A DataColumnMapping object to add to the collection.

Return Value

The index of the DataColumnMapping object that was added to the collection.

Implements

IList.Add

Exceptions


Exception Type Condition
InvalidCastException The parameter passed is not a DataColumnMapping object.

See Also

DataColumnMappingCollection Members   DataColumnMappingCollection.Add Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note