| |||||||
DataTable.Clone MethodSystem.Data Namespace DataTable Class Clones the structure of the DataTable, including all DataTable schemas, relations, and constraints. [ VB ] Public Function Clone ( ) As DataTable [ C# ] public DataTable Clone ( ); [ C++ ] public: DataTable* Clone ( ); [ JScript ] public function Clone ( ) : DataTable; Return ValueA new DataTable with the same schema as the current DataTable. Remarks
ExampleThe following example initializes a clone of a DataTable object's schema.
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