asp.net.ph

DataColumnMappingCollection.Insert Method ( Int32, Object )

System.Data.Common Namespace   DataColumnMappingCollection Class


Inserts a DataColumnMapping at the specified index in the collection.

[ VB ]
NotOverridable Public Sub Insert ( _
   ByVal index As Integer, _
   ByVal column As Object _
) Implements IList.Insert

[ C# ]
public void Insert (
   int index,
   Object column
);

[ C++ ]
public: __sealed Insert (
   int index,
   Object* column
);

[ JScript ]
public function Insert (
   index : int,
   column : Object
);

Parameters

index
The position in the collection wherein to add the DataColumnMapping.
column
The DataColumnMapping to add to the collection.

Implements

IList.Insert

Remarks

Use the Insert method to add a DataColumnMapping to the collection at the index specified by the index parameter. This implementation of the method takes the Object specified by the column parameter and inserts it in the collection at the specified index.

See Also

DataColumnMappingCollection Members   Add   AddRange Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph