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