ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ADO.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
What is datatable?
 Question Submitted By :: Badmoon
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What is datatable?
Answer
# 1
The DataTable is an in-memory representation of a block of 
data. We can create our own tables in code using a DataSet 
and the types defined in the System.Data.OleDb or 
System.Data.SqlClient namespaces. The following are the 
core properties that are used while creating a DataTable. 

CaseSensitive:   Indicates whether string comparisons in 
the table are case-sensitive or not.

ChildRelations:  Returns the collection of child relations 
of the DataTable (if any).

Columns:   Returns the collection of columns that belong to 
this table.

Constraints: Gets the constraints maintained by this table.

DataSet: Gets the dataset that contains this table.

DefaultView: Gets a customized view of the table that may 
include a filtered view or a cursor position.

MinimumCapacity: Gets/Sets the initial number of rows in 
the table.

ParentRelations: Gets the collection of parent relations 
for this table.

PrimaryKey: Gets/Sets a primary key for the table.

Rows: Returns the collection of rows that belong to this 
table.

TableName: Gets/Sets the name of the table.
 
Is This Answer Correct ?    8 Yes 5 No
Badmoon
[Home]
 
  Re: What is datatable?
Answer
# 2
Datatable is a sql class which is used to create a temporary
table and working on it at run time.
 
Is This Answer Correct ?    8 Yes 0 No
Guneetinder Singh
 
 
 
  Re: What is datatable?
Answer
# 3
In ADO.NET, DataTable objects are used to represent the 
tables in a DataSet.
A DataTable represents one table of in-memory relational 
data; the data is local to the .NET-based application in 
which it resides.
A DataTable is a collection of DataRow and DataColumn 
objects.
The schema, or structure of a table is represented by 
columns and constraints.
You define the schema of a DataTable using DataColumn 
objects as well as ForeignKeyConstraint and 
UniqueConstraint objects.
 
Is This Answer Correct ?    4 Yes 4 No
Sandyni
 

 
 
 
Other ADO.NET Interview Questions
 
  Question Asked @ Answers
 
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency  3
How to retrieve the third table value from the data set? Network-Solutions2
Call a stored procedure from ado.net and pass parameter to it ? Keane-India-Ltd5
What is the difference between a Dataset and DataReader? Can dataReader hold data from multiple tables? Fulcrum-Logic2
How do u implement locking concept for dataset? ABC2
What providers does ado.net uses internally ? Digital-GlobalSoft2
If we want to connect to many databases in dataaccess layer such as MSAccess,Sql server,oracle means not to a particular database depends on condition we have to connect to appropriate database in this scenario if we without changing code Ho wdo you handle this situation? Honeywell4
What is sequence of code in retrieving data from database ? Accenture2
Which is the best institute in hyderabad to learn DotNet?  3
How do you merge two datasets into the third dataset in a simple manner? IBM2
Whate are different types of Commands available with DataAdapter ?  2
what is different between SqlCommand object and Command Behaviour Object  3
Features and disadvantages of dataset? Microsoft2
What is the key feature of ADO.NET compared to ADO ? TCS2
What are the attirbutes of DataSet? IBM5
describe about the ado.net object model TCS3
FetCh Records No 5 to 10 From Dataset  4
WHAT Are the major major compnents of a data provider in ADO.net. Wipro3
make a login control??  1
Which is the best institute in navi mumbai to learn DotNet  1
 
For more ADO.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com