dotConnect for Oracle 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 PropertySets or gets the System.Data.Common.CatalogLocation for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySets or gets a string used as the catalog separator for an instance of the System.Data.Common.DbCommandBuilder class. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySpecifies which System.Data.ConflictOption is to be used by the System.Data.Common.DbCommandBuilder. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets the System.ComponentModel.IContainer that contains the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public PropertyGets or sets a System.Data.Common.DbDataAdapter object for which Transact-SQL statements are automatically generated. (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 PropertyGets or sets the beginning character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets or sets the ending character or characters to use when specifying database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. (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 PropertyGets or sets the character to be used for the separator between the schema identifier and any other identifiers. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertySpecifies whether all column values in an update statement are included or only changed ones. (Inherited from System.Data.Common.DbCommandBuilder)
    Public PropertyGets or sets the System.ComponentModel.ISite of the System.ComponentModel.Component. (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 schema identifier is included in data source object names.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodReleases all resources used by the System.ComponentModel.Component. (Inherited from System.ComponentModel.Component)
    Public MethodOverloaded. Gets the automatically generated System.Data.Common.DbCommand object required to perform deletions at the data source. (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodOverloaded. Gets the automatically generated System.Data.Common.DbCommand object required to perform insertions at the data source. (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Gets the automatically generated SQL statement required to refresh values from the data source.  
    Public MethodOverloaded. Gets the automatically generated System.Data.Common.DbCommand object required to perform updates at the data source. (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodGiven an unquoted identifier in the correct catalog case, returns the correct quoted form of that identifier, including properly escaping any embedded quotes in the identifier. (Inherited from System.Data.Common.DbCommandBuilder)
    Public MethodOverridden. Refreshes the data source schema information used to generate INSERT, UPDATE, or DELETE statements.  
    Public MethodReturns a System.String containing the name of the System.ComponentModel.Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
    Public MethodGiven a quoted identifier, returns the correct unquoted form of that identifier, including properly un-escaping any embedded quotes in the identifier. (Inherited from System.Data.Common.DbCommandBuilder)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the component is disposed by a call to the System.ComponentModel.Component.Dispose method. (Inherited from System.ComponentModel.Component)
    Top
    See Also