DB2®ConnectionStringBuilder.StatementConcentrator Property

Gets or sets the value determining whether or not to override server configurations for statement concentrator literals.

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

Syntax


[Visual Basic]
Public Property StatementConcentrator As string
[C#]
public string StatementConcentrator {get; set;}
[C++]
public: __property string* get_StatementConcentrator();
public: __property void set_StatementConcentrator(string*);
[JScript]
public function get StatementConcentrator() : string;
public function set StatementConcentrator(string);

Property value

A string representing whether or not statement concentrator literals are enabled.

Set the property to:
  • Off - statement concentrator literals are disabled.
  • Literals - statement concentrator literals are enabled. Literals will be converted to parameters.

Remarks

If this property is not set for the connection then the default behavior for statement concentrator literals will be determined by the server-side configuration.