dotConnect for Dynamics 365 Documentation
Devart.Common Namespace / DbCommandBuilderBase Class

In This Topic
DbCommandBuilderBase Class Methods
In This Topic

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

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
See Also