System.Data Namespace DataRowCollection Class
Inserts a new row at the specified index in the collection.
[ VB ] Public Sub InsertAt ( _ ByVal row As DataRow, _ ByVal index As Integer _ ) [ C# ] public void InsertAt ( DataRow row, int index ); [ C++ ] public: void InsertAt ( DataRow* row, int index ); [ JScript ] public function InsertAt ( row : DataRow. index : int );
If the value specified for the index parameter is greater than the number of rows in the collection, the new row is appended to the end of the collection.
DataRowCollection Members Add
© 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