asp.net.ph

DataTableMappingCollection.Add Method ( Object )

System.Data.Common Namespace   DataTableMappingCollection Class


Adds a DataTableMapping to the collection.

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

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

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

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

Parameters

tableMapping
A DataTableMapping object to add to the collection.

Return Value

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

Implements

IList.Add

Exceptions


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

See Also

DataTableMappingCollection Members   DataTableMappingCollection.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