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.Client
Assembly: 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 nameValueDescription
ClientWins0 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.
StoreWins1 Property changes made to objects are replaced with values from the data source

See Also