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 IEnumerable<string> ChangedKeys { get; }
Property Value
Type:
IEnumerableStringThe changed keys.
See Also