dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ConnectionStringBuilder Class / CaptureMode Property

CaptureMode Property
Determines if dynamically executed statements are captured for client optimization using pureQuery.
Syntax
'Declaration
 
Public Property CaptureMode As String
 

Property Value

"on", if dynamic statements should be captured for client optimization; otherwise, "off". The default value is "off".
Remarks
An error is thrown if CaptureMode="on" while ExecutionMode="STATIC".
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also