Answer Posted / kamalakannan.a
DataColumn is used to create the column of the particular
datatable.
DataTable dt=new DataTable();
DataColumn dcExample=new DataColumn("Name",Type.GetType
("System.String);
dt.Columns.Add(dcExample);
dt.Acceptchanges();
Kamal...
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is partial class?
What is oledb connection?
What are the benefits of using of ADO.NET in .NET 4.0?
What is data view and variable view?
What is Data view?
What is command class in ado.net?
What is ado.net and its features?
Explain how can we load multiple tables in to dataset?
What do you mean by performing asynchronous operation using command object?
What is an ADO.Net?
What is full form of ado?
What is ole data type?
Why do we serialize data?
What are the different ado.net namespaces?
What is serialization and de-serialization in .net?