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
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