Mimer SQL Data Provider
ServerRequests Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : ServerRequests Property
Number of times an application has communicated with the server for this SQL statement.
Syntax
'Declaration
 
Public ReadOnly Property ServerRequests As Integer
public int ServerRequests {get;}
public read-only property ServerRequests: Integer; 
public function get ServerRequests : int
public: __property int get_ServerRequests();
Remarks
This includes PrepareCount, ExecuteCount, and any statements needed to retrieve data or close the statement.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members