Mimer SQL Data Provider
TransactionRecordCount Property




Mimer.Data.Client Namespace > MimerMonitorInstance Class : TransactionRecordCount Property
Number of transaction oriented records written.
Syntax
'Declaration
 
Public ReadOnly Property TransactionRecordCount As Integer
public int TransactionRecordCount {get;}
public read-only property TransactionRecordCount: Integer; 
public function get TransactionRecordCount : int
public: __property int get_TransactionRecordCount();
Remarks
When writing changes to the database (such as INSERT, UPDATE, or DELETE) this value is increased accordingly. For SELECT operations in read-only transactions or when serialization mode is read committed no records are needed. For serialization mode repeatable read and transaction is read/write, all read operations also cause transaction records to be written.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerMonitorInstance Class
MimerMonitorInstance Members