Click or drag to resize

IValidationContextChangedKeys Property

Gets the keys whose values have changed between the current and new Revisions.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
IEnumerable<string> ChangedKeys { get; }

Property Value

Type: IEnumerableString
The changed keys.
See Also