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;
The index of the DataTableMapping object that was added to the collection.
IList.Add
DataTableMappingCollection Members DataTableMappingCollection.Add Overload List
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