asp.net.ph

DataTable.ImportRow Method

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

Parameters

row
A DataRow, including original and current values, DataRowState values, and errors.
See Also

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