Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqlParameter constructor overload missing an argument description #11163

Open
Zander-Davidson opened this issue Apr 2, 2025 · 1 comment
Open
Labels
area-System.Data.SqlClient untriaged New issue has not been triaged by the area owner

Comments

@Zander-Davidson
Copy link

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

Image

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

@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 2, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 2, 2025
@tarekgh tarekgh added area-System.Data.SqlClient and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 7, 2025
Copy link
Contributor

Tagging subscribers to this area: @cheenamalhotra, @David-Engel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Data.SqlClient untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants