2

Closed

Consider supporting binding ODataQueryOptions in actions that don't return IEumerable<T>

description

  • public HttpResponseMessage Get(ODataQueryOptions)
  • problem is that we don’t know the T when we try to do model binding
  • one solutions is
    • ODataQueryOptions<T>
Closed Oct 18, 2012 at 10:06 PM by hongyes
Verified in latest build