corresponding to SQL database relational to object, table name-class name, column Name-Property, Deskinfo table class

Source: Internet
Author: User

 usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespace_03 Major Item { Public classDeskinfo {//Deskid, Deskname, Desknamepinyin, Deskdelflag, Desknum        Private int_deskid; /// <summary>       ///the ID of the dining table/// </summary>         Public intDeskid {Get{return_deskid;} Set{_deskid =value;} }       Private string_deskname; /// <summary>       ///the name of the table/// </summary>        Public stringDeskname {Get{return_deskname;} Set{_deskname =value;} }       Private string_desknamepinyin; /// <summary>       ///the pinyin of the dining table/// </summary>        Public stringDesknamepinyin {Get{return_desknamepinyin;} Set{_desknamepinyin =value;} }       Private int_deskdelflag; /// <summary>       ///Delete Identity 0---not deleted, 1----deleted/// </summary>        Public intDeskdelflag {Get{return_deskdelflag;} Set{_deskdelflag =value;} }       Private string_desknum; /// <summary>       ///the number of the table/// </summary>        Public stringDesknum {Get{return_desknum;} Set{_desknum =value;} }    }}

corresponding to SQL database relational to object, table name-class name, column Name-Property, Deskinfo table class

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.