Skip to content

Commit c903651

Browse files
cmeerensmoothdeveloper
authored andcommitted
Update index.fsx
1 parent 423931e commit c903651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/index.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ SqlCommandProvider and SqlProgrammabilityProvider features at glance
125125
* "ResolutionFolder" parameter - a folder to be used to resolve relative file paths at compile time. Applied to command text *.sql files only.
126126
* Input:
127127
* Unbound sql variables/input parameters mapped to mandatory typed arguments for `AsyncExecute/Execute`
128-
* Set `AllParametersOptional` to true to make all parameters optional (nullable) (`SqlCommandProvider<...>` only)
128+
* Set `AllParametersOptional` to true to make all parameters option-wrapped (`SqlCommandProvider<...>` only)
129129
* Stored Procedures and User-Defined Functions can be easily discovered with `SqlProgrammabilityProvider<...>`
130130
* `SqlProgrammabilityProvider<...>` infers default values for input parameters
131131
* Output:

0 commit comments

Comments
 (0)