IfxCommandBuilder public properties
The following table shows the public properties of the IfxCommandBuilder class.
| Property | Type | Description |
|---|---|---|
| ConflictOption | Specifies which ConflictOption is to be used by the IfxCommandBuilder. | |
| DataAdapter | IfxDataAdapter | Gets or sets the IfxDataAdapter object for which the SQL statements are generated. |
| QuotePrefix | System.String | Gets or sets the beginning character to use when specifying HCL Informix® server object names, (for example, tables or columns), that contain characters such as spaces. QuotePrefix should only be set to a quotation mark, not to an apostrophe or an empty or null string. |
| QuoteSuffix | System.String | Gets or sets the ending character to use when specifying HCL Informix® server object names, (for example, tables or columns), that contain characters such as spaces. QuoteSuffix should only be set to a quotation mark, not to an apostrophe or an empty or null string. |