Re: creating ExecuteQuery method



The ignore case looks handy - but personally I'd perfer metadata here
- i.e. perhaps some kind of [DbField(...)] against either the field or
property. But if it works...

MS ExecuteQuery<T>() doc describes that it performs two-pass match:
first case sensitive and if this fails then case insensitive.

Andrus.


.