Does anyone know how to use named parameters instead of numbered? I can see quite a few examples that use numbered parameters using ?. e.g.,
This is hell on my maintenance and really error prone. Is there any way to use named parameters? Like this:
I know you can use LINQ, but is there any SQL/OQL support for named parameters?
Thanks,
Joel