Skip to content

Commit d8302ee

Browse files
cmeerensmoothdeveloper
authored andcommitted
Update configuration and Input.fsx
1 parent b47a76b commit d8302ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/configuration and Input.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ type AdventureWorks2012 = SqlProgrammabilityProvider<connStr>
328328
329329
By default all input parameters of `AsyncExecute/Execute` generated by `SqlCommandProvider<...>` are mandatory.
330330
But there are rare cases when you prefer to handle NULL input values inside T-SQL script.
331-
`AllParametersOptional` set to true makes all parameters (guess what) optional.
331+
`AllParametersOptional` set to true makes all parameters `Option`-wrapped.
332332
*)
333333

334334
type IncrBy = SqlCommandProvider<"SELECT @x + ISNULL(CAST(@y AS INT), 1) ",

0 commit comments

Comments
 (0)