1 write to propertyName
System.Data.Services.Client (1)
System\Data\Services\Client\DataServiceContext.cs (1)
3716
this.
propertyName
= propertyName;
7 references to propertyName
System.Data.Services.Client (7)
System\Data\Services\Client\DataServiceContext.cs (7)
3740
ClientType.ClientProperty property = type.GetProperty(this.
propertyName
, false);
3904
property.SetValue(collection, child, this.
propertyName
, true);
3912
context.DeleteLink(this.entity, this.
propertyName
, child);
3916
context.AttachLink(this.entity, this.
propertyName
, child, materializer.MergeOptionValue);
3936
property.SetValue(this.entity, collection, this.
propertyName
, false);
3995
property.SetValue(this.entity, buffer, this.
propertyName
, false);
4009
property.SetValue(this.entity, convertedValue, this.
propertyName
, false);