7 references to LinkDescriptor
System.Data.Services.Client (7)
System\Data\Services\Client\DataServiceContext.cs (6)
508
if (this.bindings.TryGetValue(new
LinkDescriptor
(source, sourceProperty, target), out link))
1225
LinkDescriptor relation = new
LinkDescriptor
(source, sourceProperty, target);
1267
LinkDescriptor relation = new
LinkDescriptor
(source, sourceProperty, target);
1296
LinkDescriptor relation = new
LinkDescriptor
(source, sourceProperty, target);
1350
relation = new
LinkDescriptor
(source, sourceProperty, target);
1786
LinkDescriptor relation = new
LinkDescriptor
(source, sourceProperty, target);
System\Data\Services\Client\EntityDescriptor.cs (1)
417
return new
LinkDescriptor
(this.parentDescriptor.entity, this.parentProperty, this.entity);