It looks like ResultLimitAttribute has been deleted. See commit
It has been included in the [Queryable] attribute function, which is now required to support OData. See discussion here
Proper use will now be
[Queryable(ResultLimit = 10)]
[UPDATE]
As of RTM, the ResultLimit function for Queryable has been removed. In addition, [Queryable] has been moved to its own preview package. See this blog for more information and for instructions on new usage.
[UPDATE 2 11-16-12] With the update of the ASP.Net update in the fall of 2012, everything was updated. The ResultLimit property of the [Queryable] attribute has been added back to the OData package.
See the article here for a run of some changes.
Here is the updated Nuget package. This is currently the PREVIEW package.
source share