Greetings!
Unfortunately it looks like
We'll provide a workaround in the next ClearScript release. In the meantime, all we can recommend is that you avoid dealing with
Thanks for reporting this issue!
Unfortunately it looks like
SqlDataReader
currently cannot be used directly from script code. The root cause is this .NET bug.We'll provide a workaround in the next ClearScript release. In the meantime, all we can recommend is that you avoid dealing with
SqlDataReader
in script code. Consider exposing an alternate API that encapsulates SqlDataReader
within another .NET class.Thanks for reporting this issue!