An enumeration of values that specify whether property changes
            made to a collection of persistable objects are kept or replaced
            with property values from the data source
            
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# | 
|---|
public enum RefreshMode  | 
| Visual Basic | 
|---|
Public Enumeration RefreshMode  | 
| Visual C++ | 
|---|
public enum class RefreshMode  | 
| F# | 
|---|
type RefreshMode  | 
Members
| Member name | Value | Description | |
|---|---|---|---|
| ClientWins | 0 | Property changes made to objects are not replaced with values from the data source, and will overwrite the data source values on the next save. | |
| StoreWins | 1 | Property changes made to objects are replaced with values from the data source |