2 implementations of ApplyProjections
System.Data.Services (2)
System\Data\Services\Providers\BaseServiceProvider.cs (1)
226
public abstract IQueryable
ApplyProjections
(
System\Data\Services\Providers\BasicExpandProvider.cs (1)
134
public IQueryable
ApplyProjections
(
1 reference to ApplyProjections
System.Data.Services (1)
System\Data\Services\RequestQueryProcessor.cs (1)
827
this.query = projectionProvider.
ApplyProjections
(this.query, this.rootProjectionNode);