You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see, I didn't notice that. Then at least I can use my sprocs :)
IMHO a uniform option interface for all optional params would make more sense, to clearly indicate that they are, in fact, optional - and also because in F#, we're usually using option for these arguments anyway, so this would save having to use Option.toObj. Feel free to close this issue if you don't agree. :)
Description
SqlClient does not infer the correct optionality for all stored procedure parameters.
For example, given this sproc with three optional parameters
only the first one is inferred to be optional:
Note however that the type signature seems correct:
The text was updated successfully, but these errors were encountered: