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