[Queryable(AllowedFunctionNames=AllowedFunctionNames.AllFunctionNames)]<br />IQueryable<Customer> Get()<br />{<br />..<br />}<br /><br />This will throw exception saying that AllFunctionNames is not a valid enum value. Here is the bug. in ODataValidationSettings.AllowedFunctionNames property setter, we should check against AllowedFuctionNames.AllFunctionNames, not the AllowedFunctionnames.All ( which is indeed the All function ).<br /><br /><br />
Comments: Fixed: http://aspnetwebstack.codeplex.com/SourceControl/changeset/e599230bf8ac
Comments: Fixed: http://aspnetwebstack.codeplex.com/SourceControl/changeset/e599230bf8ac