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.
|
2 | added 105 characters in body | ||
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. |
||||
|
1 |
|
||
Casting is a run-time operation. Generic is compile-time information. Don't cross the streams. |
||||