Mimer SQL Data Provider
ExecuteCount Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : ExecuteCount Property
Number of times the statement has been executed/opened.
Syntax
'Declaration
 
Public ReadOnly Property ExecuteCount As Integer
public int ExecuteCount {get;}
public read-only property ExecuteCount: Integer; 
public function get ExecuteCount : int
public: __property int get_ExecuteCount();
Remarks
If there are more ExecuteCount operations than there are TableOps this means the applications are reusing SQL compilations properly.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members