Answer Posted / badmoon
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 ? | 18 Yes | 8 No |
Post New Answer View All Answers
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
How to create data relations?
What is the difference between Dataset. clone and Dataset.copy?
Define atomicity?
What is different between sqlcommand object and command behavior object?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Describe briefly an ADO.NET Dataset ?
What is disconnected data?
What is execute reader in ado.net?
Do you use stored procedure in ado.net?
Which database is the ado.net sql connection object designed for?
What is ado.net tutorial?
Explain how to pass multiple tables in datasets simultaneously?
What is ado.net and its architecture?
What is datasource in ado.net?