4 references to GetResults
System.Data.Entity (4)
System\Data\Objects\ObjectQuery_TResultType.cs (4)
50return this.GetResults(mergeOption); 74ObjectResult<T> disposableEnumerable = this.GetResults(null); 101return ((IListSource)this.GetResults(null)).GetList(); 106return this.GetResults(mergeOption);