SIGN UP MEMBER LOGIN:    
Blog

Public properties of DbDataSet Class Members

Posted by Monika Arora Blogs | SQLite Feb 03, 2012
In this blog I have discussed some of the public properties of DbDataSet Class Members which are CaseSensitive,Connection,Container,DataSetName,Name etc.

DbDataSet Class indicates an in-memory cache of data which have support of model which is connected. It is a super class for provider-specific components of DataSet. Some of the public properties of DbDataSet class are as follows:

CaseSensitive:
It obtain or specify a value which shows whether components of strings within DataTable objects are case-sensitive or not. The System.Data.DataSet is a base class for this property.

Connection:
It obtain or specify Dbconnection that are used by the DbDataSet.

Container:
It obtain the container for the component. The System.ComponentModel.MarshallByValueComponent is the base class for this property.

DataSetName:
This property obtain or specify the name of the present DataSet . The System.Data.DataSet is a base class for it.

Name:
This property obtain or specify the name of the DbDataSet.

Namespace:
It obtains or specify the namespace of the DataSet. The base class for it is System.Data.DataSet.

EnforceConstraints:
This property obtain or specify a value that shows whether constraint rules are followed or not while performing any Update operation. The base class for this property is System.Data.DataSet.

HasErrors:
It obtains a value that shows whether there are errors in any of the objects of the DataTable in current DataSet. The base class for this property is System.Data.DataSet.

IsInitialised:
It obtains a value that shows whether the DataSet is initialised or not. The base class for it is System.Data.DataSet.

Tables:
It obtains the accumulation of tables that exist in the DataSet. The base class for it is System.Data.DataSet.

ExtendedProperties:
This property obtains the accumulation of user information that is custom and related to the DataSet. The base class for it is System.Data.DataSet.

Container:
For component, it obtains the container. The base class for it is System.ComponentModel.MarshalByValueComponent.

Relations:
It obtains the accumulation of relations that relate tables and enable moving from parent tables to child tables. The base class for it is System.Data.DataSet.

share this blog :
post comment