dotnet / dotnet/dotnet-api-docs
SqlParameter constructor overload missing an argument description
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
### Type of issue
Missing information
### Description
In one of the constructor overloads for SqlParameter, the signature accepts a boolean argument "isNullable" for the nullability of the parameter, but this argument is missing from the description of the constructor.
[Link to constructor overload description](https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlparameter.-ctor?view=net-9.0-pp#system-data-sqlclient-sqlparameter-ctor(system-string-system-data-sqldbtype-system-int32-system-data-parameterdirection-system-byte-system-byte-system-string-system-data-datarowversion-system-boolean-system-object-system-string-system-string-system-string))

### Page URL
https://learn.microsoft.com/en-us/dotnet/api/system.data.sqlclient.sqlparameter.-ctor?view=net-9.0-pp#system-data-sqlclient-sqlparameter-ctor(system-string-system-data-sqldbtype-system-int32-system-data-parameterdirection-system-boolean-system-byte-system-byte-system-string-system-data-datarowversion-system-object)
### Content source URL
https://github.com/dotnet/dotnet-api-docs/blob/main/xml/System.Data.SqlClient/SqlParameter.xml
### Document Version Independent Id
9681e5e1-996c-c94a-9c1c-eb2defabc49f
### Platform Id
c3f06bcf-1a95-570b-71bb-5b4e6fc322a4
### Article author
@dotnet-bot
Contributor guide
Assessment
This issue has not been assessed yet.