On 19 Jan 2013, at 3:46 PM, Steve Ebersole <steven.ebersole(a)gmail.com> wrote:
The trouble is that hints are valid on StoredProcedureQuery whether
named or not. If we go the route of using hints for annotations, doesn't it make
sense to be consistent and use that when building a StoredProcedureQuery too?
For me a hint is used when applicable, but can be ignored when not. Obviously the
documentation would need to explain when and how the hints need to be used.
--Hardy