DB2CommandBuilder Properties

The properties of the DB2CommandBuilder class are listed here.

Public Properties

Property Description
public property CatalogLocation Gets the CatalogLocation for this DB2CommandBuilder instance.
public property CatalogSeparator Gets the string representing a catalog separator for this DB2CommandBuilder instance.
public property ConflictOption Sets a value that specifies how conflicting changes to the data source gets detected and resolved.
public property Container (inherited from Component) Gets the IContainer that contains the Component.
public property DataAdapter Gets or sets a DB2®DataAdapter object for which this DB2CommandBuilder object will generate SQL statements.
public property QuotePrefix 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.
public property QuoteSuffix 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.
public property SchemaSeparator Gets the string representing a schema separator for this DB2CommandBuilder instance.
public property Site (inherited from Component) Gets or sets the ISite of the Component.

Protected Properties

Property Description
protected property DesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected property Events (inherited from Component) Gets the list of event handlers that are attached to this Component.