This commit is contained in:
grzegorz.russek
2014-10-24 13:02:10 +00:00
parent c1dadc777d
commit 257cb158f4
6 changed files with 120 additions and 69 deletions

View File

@@ -182,7 +182,7 @@ namespace DynamORM.Helpers.Dynamics
{
var prop = _properties.TryGetValue(binder.Name);
if (prop != null && prop.Set != null)
if (prop != null && prop.Setter != null)
{
prop.Set(_proxy, value);
return true;