2 writes to EntitySet
System.Data.Services.Client (2)
System\Data\Services\Client\Binding\BindingGraph.cs (2)
84
collectionVertex.
EntitySet
= collectionEntitySet;
172
entityVertex.
EntitySet
= BindingEntityInfo.GetEntitySet(target, targetEntitySet);
6 references to EntitySet
System.Data.Services.Client (6)
System\Data\Services\Client\Binding\BindingGraph.cs (6)
197
sourceVertex.
EntitySet
,
199
entityVertex == null ? null : entityVertex.
EntitySet
);
207
sourceVertex.Parent != null ? sourceVertex.Parent.
EntitySet
: null,
210
entityVertex.
EntitySet
);
898
sourceEntitySet = this.Parent.
EntitySet
;
908
targetEntitySet = this.
EntitySet
;