Answer Posted / abhi
clone method is the process of cloning a new object from an
existing object.in case of datatable the clone method
clones only the schema not the data.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can arraylist store different data types in c#?
What is typeof undefined?
Which compiler switch creates an xml file from xml comments in the files in an assembly?
What is a statement c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What does return do in unity?
Define strong name in c#?
What is ulong in c#?
What does == mean in c sharp?
What is interpolation in programming?
What is the C# syntax to catch any possible exception?
What is the difference between Static, Const and read only?
What is the use of generics in c#?
What are primitive data types in c#?
What does out mean in c#?