Getting started with null in processing fields in dataset 6

Source: Internet
Author: User

For example, if the Learning Record of the above nothing member is blank, you can judge it in the program as follows:

Private Static void processing NULL data () {Member Data tableadapter adapter = new member data tableadapter (); strong type data set. member data. member Data able DATA = adapter. getdata (); If (data [1]. is Learning Record null () {console. writeline ("Empty Learning Record");} else {console. writeline ("Learning Record: {0}", data [1]. learning records );}}

After a typed dataset is generated, all fields that can be null (which is related to the definition in the database) have a null value judgment method:

Then I want to display the Learning Record of the first record, and modified the source program.

Private Static void processing NULL data () {Member Data tableadapter adapter = new member data tableadapter (); strong type data set. member data. member Data able DATA = adapter. getdata (); If (data [0]. is Learning Record null () {console. writeline ("Empty Learning Record");} else {console. writeline ("Learning Record: {0}", data [1]. learning records );}}

Error:

What went wrong?

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.