This is useful for unit testing following actions:
IQueryable<string> Get(ODataQueryOptions<Todo> options)
Users have to build options by themselves and in that case, they need a queryable mode model. Otherwise, the model builder won't work for some cases like no-ID entities.
Comments: We do have an internal flag to the model builder, and we should expose it.
IQueryable<string> Get(ODataQueryOptions<Todo> options)
Users have to build options by themselves and in that case, they need a queryable mode model. Otherwise, the model builder won't work for some cases like no-ID entities.
Comments: We do have an internal flag to the model builder, and we should expose it.