show/hide this revision's text 2 added 105 characters in body

I am having trouble casting an object to a generic

Casting is a run-time operation.

Generic is compile-time information.

Don't cross the streams.

Also - if you used a decent sql parameterization generator - it will add the single quotes for you.

show/hide this revision's text 1

I am having trouble casting an object to a generic

Casting is a run-time operation.

Generic is compile-time information.

Don't cross the streams.