ArcFM Desktop Developer Guide
NumCallsOnUnchangedRows Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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.
Syntax
'Declaration
 
Public ReadOnly Property NumCallsOnUnchangedRows As Integer
'Usage
 
Dim instance As RowStoreMonitor
Dim value As Integer
 
value = instance.NumCallsOnUnchangedRows
public int NumCallsOnUnchangedRows {get;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

RowStoreMonitor Class
RowStoreMonitor Members

 

 


Send Comment