Skip to content

Fix DBNull description: missing value vs. nonexistent column#51951

Merged
BillWagner merged 2 commits intomainfrom
copilot/fix-dbnull-issue
Feb 27, 2026
Merged

Fix DBNull description: missing value vs. nonexistent column#51951
BillWagner merged 2 commits intomainfrom
copilot/fix-dbnull-issue

Conversation

Copy link
Contributor

Copilot AI commented Feb 27, 2026

The Visual Basic Nothing keyword reference incorrectly described DBNull as representing "a nonexistent database column." DBNull actually represents a missing (null) value within an existing column.

Change

  • docs/visual-basic/language-reference/nothing.md: Updated the DBNull description from "a nonexistent database column" to "a missing value in a database column."
Original prompt

This section details on the original issue you should resolve

<issue_title>DBNull represents a missing bvalue, not a "nonexistent database column"</issue_title>
<issue_description>### Type of issue

Other (describe below)

Description

Apologies for the accidedental submission of an incomplete form a minute ago.
The sentence just above See Also reads:
"Nothing differs from the DBNull object, which represents an uninitialized variant or a nonexistent database column."
it should be
"Nothing differs from the DBNull object, which represents an uninitialized variant or a missing value in a database column."

Page URL

https://learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/nothing

Content source URL

https://github.com/dotnet/docs/blob/main/docs/visual-basic/language-reference/nothing.md

Document Version Independent Id

36611596-bb82-4165-9621-634728529908

Platform Id

368d0e44-741e-60af-87d7-ed4b3d567f63

Article author

@BillWagner

Metadata

  • ID: 502309a5-a298-3ecc-2ff8-99faf674b5aa
  • PlatformId: 368d0e44-741e-60af-87d7-ed4b3d567f63
  • Service: dotnet-visualbasic

Related Issues</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.


Internal previews

📄 File 🔗 Preview link
docs/visual-basic/language-reference/nothing.md docs/visual-basic/language-reference/nothing

…existent database column"

Co-authored-by: BillWagner <493969+BillWagner@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix description of DBNull representation in documentation Fix DBNull description: missing value vs. nonexistent column Feb 27, 2026
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This LGTM. I'll :shipit:

@BillWagner BillWagner marked this pull request as ready for review February 27, 2026 21:14
@BillWagner BillWagner requested a review from a team as a code owner February 27, 2026 21:14
Copilot AI review requested due to automatic review settings February 27, 2026 21:14
@BillWagner BillWagner enabled auto-merge (squash) February 27, 2026 21:15
@BillWagner BillWagner merged commit 1029325 into main Feb 27, 2026
16 checks passed
@BillWagner BillWagner deleted the copilot/fix-dbnull-issue branch February 27, 2026 21:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR corrects a factual inaccuracy in the Visual Basic Nothing keyword reference documentation. The original text incorrectly stated that DBNull represents "a nonexistent database column," when DBNull actually represents a missing (null) value within an existing database column.

Changes:

  • Corrects the DBNull description from "a nonexistent database column" to "a missing value in a database column" in the Visual Basic Nothing keyword reference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DBNull represents a missing bvalue, not a "nonexistent database column"

4 participants