Mimer SQL Data Provider
SetExplain Method




Mimer.Data.Client Namespace > MimerConnection Class : SetExplain Method
true to turn on explain processing; false to turn off.
Turn on or off explain processing for SQL compilations.
Syntax
'Declaration
 
Public Sub SetExplain( _
   ByVal onoff As Boolean _
) 
public void SetExplain( 
   bool onoff
)
public procedure SetExplain( 
    onoff: Boolean
); 
public function SetExplain( 
   onoff : boolean
);
public: void SetExplain( 
   bool onoff
) 

Parameters

onoff
true to turn on explain processing; false to turn off.
Remarks
After this option has been turned on and the SQL statement has been recompiled, the actual explain text after a compilation is retrieved with MimerCommand.GetExplainXmlText.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnection Class
MimerConnection Members