DB2®ConnectionStringBuilder.Delimident Property

Gets or sets a value indicating whether any string within double quotation marks is treated as an identifier, and any string within single quotation mark is treated as a string literal.

Namespace:
IBM.Data.DB2
Assembly:
IBM.Data.DB2 (in IBM.Data.DB2.dll)

Syntax


[Visual Basic]
Public Property Delimident As Boolean
[C#]
public bool Delimident {get; set;}
[C++]
public: __property bool* get_Delimident();
public: __property void set_Delimident();
[JScript]
public function get Delimident() : Boolean;
public function set Delimident(Boolean);

Property value

true if any string within double quotation marks is treated as an identifier, and any string within single quotation mark is treated as a string literal; otherwise false.

Data server restrictions

This property applies only to Informix®.