What is the Clone method?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Clone method?
Rating:
The Clone method of the DataSet class copies only the schema of a DataSet object. It returns a new DataSet object that has the same schema as the existing DataSet object, including all DataTable schemas, relations, and constraints. It does not copy any data from the existing DataSet object into the new DataSet.
Rating:
Was this information helpful?
Other articles
- What is the DataRow class?
- What is the syntax for using the ReadXml(string, XmlReadMode) method?
- MCSD .NET/MCAD .NET/MCDBA 70-310 Short Notes: Exam Passing Tips
- What are drivers?
- What is Sn.exe?