Hi,
Is it possible to create 100% type safe compile time checking code?
Even criteria seems to reference column names with a string reference "Username", but if you put "Usernnameaa" it will fail at runtime right?
Hi,
Is it possible to create 100% type safe compile time checking code?
Even criteria seems to reference column names with a string reference "Username", but if you put "Usernnameaa" it will fail at runtime right?
Out of the box, no. It looks like there is a project called nhlambdaextensions which might be what you're wanting.