System.Data Namespace DataTable Class
Copies a DataRow, including original and current values, DataRowState values, and errors, into a DataTable.
[ VB ] Public Sub ImportRow ( _ ByVal row As DataRow _ ) [ C# ] public void ImportRow ( DataRow row ); [ C++ ] public: void ImportRow ( DataRow* row ); [ JScript ] public function ImportRow ( row : DataRow );
DataTable Members
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