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