Mimer SQL Data Provider
TableOps Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : TableOps Property
Number of table operations used by the current SQL statement.
Syntax
'Declaration
 
Public ReadOnly Property TableOps As Integer
public int TableOps {get;}
public read-only property TableOps: Integer; 
public function get TableOps : int
public: __property int get_TableOps();
Remarks
Table operations correspond to a single read of the table. If a secondary index is used there is one read of the index table and one of the base table (when needed) which will result in two table operations etc.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members