We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96a2e2 commit c7aaa66Copy full SHA for c7aaa66
1 file changed
src/SqlClient.DesignTime/DesignTime.fs
@@ -588,7 +588,7 @@ type DesignTime private() =
588
if p.Optional
589
then
590
assert(p.Direction = ParameterDirection.Input)
591
- ProvidedParameter(parameterName, parameterType = typedefof<_ option>.MakeGenericType(p.TypeInfo.ClrType) , optionalValue = null)
+ ProvidedParameter(parameterName, parameterType = typedefof<_ option>.MakeGenericType(p.TypeInfo.ClrType))
592
else
593
if p.Direction.HasFlag(ParameterDirection.Output)
594
0 commit comments