dotConnect for MySQL Documentation
Devart.Common Namespace / DbDataSet Class

In This Topic
    DbDataSet Class Properties
    In This Topic

    For a list of all members of this type, see DbDataSet members.

    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether string comparisons within System.Data.DataTable objects are case-sensitive. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets DbConnectionBase used by the DbDataSet.  
    Public PropertyGets the container for the component. (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets or sets the name of the current System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets a custom view of the data contained in the System.Data.DataSet to allow filtering, searching, and navigating using a custom System.Data.DataViewManager. (Inherited from System.Data.DataSet)
    Public PropertyGets a value indicating whether the component is currently in design mode. (Inherited from System.ComponentModel.MarshalByValueComponent)
    Public PropertyGets or sets a value indicating whether constraint rules are followed when attempting any update operation. (Inherited from System.Data.DataSet)
    Public PropertyGets the collection of customized user information associated with the DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets a value indicating whether there are errors in any of the System.Data.DataTable objects within this System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets a value that indicates whether the System.Data.DataSet is initialized. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets the locale information used to compare strings within the table. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets name of the DbDataSet.  
    Public PropertyGets or sets the namespace of the System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets a form or other container that the DbDataSet instance belongs to.  
    Public PropertyGets or sets an XML prefix that aliases the namespace of the System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets the collection of relations that link tables and allow navigation from parent tables to child tables. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets a System.Data.SerializationFormat for the DbDataSet used during remoting.  
    Public PropertyGets or sets a System.Data.SchemaSerializationMode for a System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets or sets an System.ComponentModel.ISite for the System.Data.DataSet. (Inherited from System.Data.DataSet)
    Public PropertyGets the collection of tables contained in the System.Data.DataSet. (Inherited from System.Data.DataSet)
    Top
    See Also