| |||||||
DataTable.Copy MethodSystem.Data Namespace DataTable Class Copies both the structure and data for this DataTable. [ VB ] Public Function Copy ( ) As DataTable [ C# ] public DataTable Copy ( ); [ C++ ] public: DataTable* Copy ( ); [ JScript ] public function Copy ( ) : DataTable; Return ValueA new DataTable with the same structure ( table schemas, relations, and constraints ) and data as this DataTable.
ExampleThe following example uses the Copy method to create a copy of the original DataTable.
See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme