Skip to content

Commit 884f885

Browse files
cmeerensmoothdeveloper
authored andcommitted
Fix AllParametersOptional docs
1 parent c7aaa66 commit 884f885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SqlClient.DesignTime/SqlCommandProvider.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type SqlCommandProvider(config : TypeProviderConfig) as this =
7070
<param name='ResultType'>A value that defines structure of result: Records, Tuples, DataTable, or SqlDataReader.</param>
7171
<param name='SingleRow'>If set the query is expected to return a single row of the result set. See MSDN documentation for details on CommandBehavior.SingleRow.</param>
7272
<param name='ConfigFile'>The name of the configuration file that’s used for connection strings at DESIGN-TIME. The default value is app.config or web.config.</param>
73-
<param name='AllParametersOptional'>If set all parameters become optional. NULL input values must be handled inside T-SQL.</param>
73+
<param name='AllParametersOptional'>If set all parameters become Option-wrapped. NULL input values must be handled inside T-SQL.</param>
7474
<param name='ResolutionFolder'>A folder to be used to resolve relative file paths to *.sql script files at compile time. The default value is the folder that contains the project or script.</param>
7575
<param name='DataDirectory'>The name of the data directory that replaces |DataDirectory| in connection strings. The default value is the project or script directory.</param>
7676
<param name='TempTableDefinitions'>Temp tables create command.</param>

0 commit comments

Comments
 (0)