Version

IChangeableDataProvider Interface Members

The following tables list the members exposed by IChangeableDataProvider.

Public Properties
 NameDescription
 PropertyAutoUpdateGets or sets a value indicating whether the pending changes are processed automatically.  
 PropertyHasChangesGets a value indicating whether this provider has pending changes.  
 PropertyUpdateTimeoutGets or sets the timeout in milliseconds before all pending changes are applied.  
Public Methods
 NameDescription
 MethodUpdateUpdates the data provider's cache with the pending changes.  
Public Events
 NameDescription
 EventDataProviderSourceChangedOccurs when the original data source of IDataProvider changes.  
See Also