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