For a list of all members of this type, see RowStoreMonitor members.
Public Properties
| Name | Description |
 | NumCallsOnUnchangedRows | The number of times RowStoreMonitor's Store method has been called on an unchanged IRow object, i.e. a row whose monitored fields have not changed since the last call to RowStoreMonitor.Store on the same object. (For the very first call to RowStoreMonitor.Store, the object's IRowChanges.get_OriginalValue method is used to establish whether any of the monitored fields have changed. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored. |
 | NumMultipleCalls | The number of IRow objects that have been submitted to RowStoreMonitor.Store more than once. |
 | NumMultipleCallsWithZeroNetChange | The number of IRow objects that have been submitted to RowStoreMonitor.Store more than once but with no net change, in the end, to any of the objects' monitored fields with respect to their original values prior to the first call to RowStoreMonitor.Store. NOTE: at present, only fields with a data type of string or 32-bit integer are monitored. |
 | TotalCalls | The total number of times RowStoreMonitor.Store has been called. |
Top
See Also