dotConnect for MySQL Documentation
Devart.Common Namespace / DbCommandBuilderBase Class
Properties Methods Events

In This Topic
    DbCommandBuilderBase Class Members
    In This Topic

    The following tables list the members exposed by DbCommandBuilderBase.

    Public Properties
     NameDescription
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.ComponentModel.Component)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets or sets string containing list of key field names separated by semicolon. They are used to generate update commands.  
    Public PropertyGets or sets whether the command builder quotes all the names of data source objects.  
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets or sets list of fields whose values should be retrieved after a DML statement execution.  
    Public PropertyGets or sets a value that indicates whether and how the DbCommandBuilderBase should retrieve field values adjusted by server after an update.  
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.Data.Common.DbCommandBuilder)
    Public Property (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets table name to generate update statements for.  
    Public PropertySpecifies whether the catalog identifier is included in data source object names.  
    Public PropertySpecifies whether the database identifier is included in data source object names.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommandBuilder)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the automatically generated SQL statement required to refresh values from the data source.  
    Public MethodOverloaded.  (Inherited from System.Data.Common.DbCommandBuilder)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodOverridden. Refreshes the data source schema information used to generate INSERT, UPDATE, or DELETE statements.  
    Public Method (Inherited from System.ComponentModel.Component)
    Public Method (Inherited from System.Data.Common.DbCommandBuilder)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.ComponentModel.Component)
    Top
    See Also