diff --git a/src/Connected.Data/Storage/ReturnValueBinder.cs b/src/Connected.Data/Storage/ReturnValueBinder.cs index fe07ae8..5e8678e 100644 --- a/src/Connected.Data/Storage/ReturnValueBinder.cs +++ b/src/Connected.Data/Storage/ReturnValueBinder.cs @@ -75,13 +75,13 @@ namespace Connected.Data.Storage } if (property is null) - return; + continue; var existingValue = property.GetValue(operation); var overwriteAtt = property.FindAttribute(); if (overwriteAtt is null) - return; + continue; switch (overwriteAtt.ValueBehavior) {