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.
Some data sources may contain objects whose names include characters such as spaces, commas, and semicolons. To accommodate this, use the QuotePrefix and QuoteSuffix properties to specify delimiters, such as a left and right bracket, that will encapsulate the object name.
Note:
Although you cannot change the QuotePrefix or QuoteSuffix properties after an insert, update, or delete command has been generated, you can change their settings after calling the Update method of an FbDataAdapter.
Exception Type | Condition |
---|---|
InvalidOperationException | This property cannot be changed after an insert, update, or delete command has been generated. |
FbCommandBuilder Class | FirebirdSql.Data.Firebird Namespace