DB2CommandBuilder Members
The following tables list the members exposed by the DB2CommandBuilder class.
Public Constructors
Name | Description |
---|---|
DB2®CommandBuilder() | Initializes a new instance of the DB2CommandBuilder class. |
DB2CommandBuilder(DB2DataAdapter) | Initializes a new instance of the DB2CommandBuilder class with the associated DB2DataAdapter object. |
Public Properties
Property | Description |
---|---|
![]() |
Gets the CatalogLocation for this DB2CommandBuilder instance. |
![]() |
Gets the string representing a catalog separator for this DB2CommandBuilder instance. |
![]() |
Sets a value that specifies how conflicting changes to the data source gets detected and resolved. |
![]() |
Gets the IContainer that contains the Component. |
![]() |
Gets or sets a DB2DataAdapter object for which this DB2CommandBuilder object will generate SQL statements. |
![]() |
Gets or sets the beginning character or characters to use when working with database objects (for example, tables or columns) whose names contain characters such as spaces or reserved tokens. |
![]() |
Gets or sets the ending character or characters to use when working with database objects, (for example, tables or columns), whose names contain characters such as spaces or reserved tokens. |
![]() |
Gets the string representing a schema separator for this DB2CommandBuilder instance. |
![]() |
Gets or sets the ISite of the Component. |
Public Methods
Method | Description |
---|---|
![]() |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
![]() ![]() |
Retrieves parameter information from the stored procedure specified in the DB2Command and populates the Parameters collection of the specified DB2Command object. |
![]() |
Overloaded. Releases the resources used by the Component. |
![]() |
Overloaded. Determines whether two Object instances are equal. |
![]() |
Gets the automatically generated DB2Command object required to perform deletions at the database. |
![]() |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() |
Gets the automatically generated DB2Command object required to perform insertions at the database. |
![]() |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
![]() |
Gets the Type of the current instance. |
![]() |
Gets the automatically generated DB2Command object required to perform updates at the database. |
![]() |
Obtains a lifetime service object to control the lifetime policy for this instance. |
![]() |
Accepts an unquoted identifier and returns the identifier in a quoted form. |
![]() |
Refreshes the database schema information used to generate INSERT, UPDATE, or DELETE statements. |
![]() |
Accepts a quoted identifier and returns the identifier in an unquoted form. |
![]() |
Returns a String that represents the current Object. |
Public Events
Event | Description |
---|---|
![]() |
Adds an event handler to listen to the Disposed event on the component. |
Protected Properties
Property | Description |
---|---|
![]() |
Gets a value that indicates whether the Component is currently in design mode. |
![]() |
Gets the list of event handlers that are attached to this Component. |
Protected Methods
Method | Description |
---|---|
![]() |
Overloaded. Assigns a value to the DbParameter.DbType property using the data type from the DataRow. Used internally by DbCommandBuilder. |
![]() |
Overloaded. Overridden. Releases the resources used by the DB2CommandBuilder. |
![]() |
Overloaded. Returns the full name of the parameter using the partial parameter name. |
![]() |
Returns the placeholder for the parameter in the associated SQL statement. |
![]() |
Returns an object that represents a service provided by the Component or by its Container. |
![]() |
Creates a shallow copy of the current Object. |
![]() |
Registers the DB2CommandBuilder to handle the RowUpdating event for a DB2DataAdapter. |