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

Change isnull field of Nullable into hasvalue #18510

Merged
merged 2 commits into from
Sep 29, 2016
Merged

Change isnull field of Nullable into hasvalue #18510

merged 2 commits into from
Sep 29, 2016

Commits on Sep 23, 2016

  1. Change isnull field of Nullable into hasvalue

    This is consistent with most other languages and formats.
    nalimilan committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    f9e34c3 View commit details
    Browse the repository at this point in the history
  2. Change isnull argument to Nullable() constructor to hasvalue

    This method is not currently documented, and the new form is more consistent
    with the new structure of the type.
    nalimilan committed Sep 23, 2016
    Configuration menu
    Copy the full SHA
    32a08c7 View commit details
    Browse the repository at this point in the history