DB2®ConnectionStringBuilder.DB2Explain Property

Determines whether Explain snapshot, Explain table information, or both will be generated by the server.

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

Syntax


[Visual Basic]
Public Property DB2Explain As String
[C#]
public string DB2Explain {set;}
[C++]
public: __property void set_DB2Explain(String*);
[JScript]
public function set DB2Explain(String);

Property value

DB2Explain supports the following set of string values:

Off- Disables the Explain information for snapshot and table.
Table- Generates Explain information for table.
Snapshot- Generates Explain information for snapshot
SnapshotAndTable- Enables the Explain information for snapshot and tables.