Google News
logo
ADO.NET - Quiz(MCQ)
Which method copies the structure of the DataSet, including all DataTable schemas, relations, and constraints?
A)
Clone
B)
Copy
C)
EndInit
D)
BeginInit

Correct Answer :   Clone


Explanation : Clone : Copies the structure of the DataSet, including all DataTable schemas, relations, and constraints. Does not copy any data.

Advertisement