3 references to AddEdge
System.Data.Services.Client (3)
System\Data\Services\Client\Binding\BindingGraph.cs (3)
92
this.graph.
AddEdge
(source, collection, sourceProperty);
189
this.graph.
AddEdge
(edgeSource, target, sourceVertex.IsCollection ? null : sourceProperty);
444
this.graph.
AddEdge
(source, target, sourceProperty);