What is datacolumn and how it is used?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ansu kumar
datacolumn is used for
getting the instance of column of datatable
dim objdc as datacolumn
objdc=objdataset.table(0).newcolumn
| Is This Answer Correct ? | 3 Yes | 0 No |
what purpose of Indexing creating? directly we can search the reqired row with the help of query?what is the use of indexing?
What is the difference between a datareader and a dataset?
On ODP.net ?
What are the Different layers in ADO.Net?
What are the advantages of using datalist?
What is a serialized object?
What is microsoft ado.net?
What are the various methods provided by the DataSet object to generate XML?
Which is faster sqldataadapter and sqldatareader?
What is difference between datareader and dataadapter?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
ADO and ADO.NET differences?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)