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.