System.Data.Common Namespace DataTableMappingCollection Class
Inserts a DataTableMapping at the specified index in the collection.
[ VB ] NotOverridable Public Sub Insert ( _ ByVal index As Integer, _ ByVal table As Object _ ) Implements IList.Insert [ C# ] public void Insert ( int index, Object table ); [ C++ ] public: __sealed Insert ( int index, Object* table ); [ JScript ] public function Insert ( index : int, table : Object );
IList.Insert
Use the Insert method to add a DataTableMapping to the collection at the index specified by the index parameter. This implementation of the method takes the Object specified by the table parameter and inserts it in the collection at the specified index.
DataTableMappingCollection Members Add AddRange
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