C # long string line feed

Source: Internet
Author: User

Sometimes inCodeHas to write a long SQL statement. So how can we make it easy to wrap a line?

The best way is to use the @ symbol.

@ Tells the compiler that the following SQL statement does not need to be escaped:

StringSQL =@ "Select

A. numid, A. vc2title,

Vc2type = case when a. vc2type = '1' then' Supply 'When a. vc2type = '2' then' Please 'End,

A. numuserid, datadd = convert (varchar (10), a. datadd, 111), A. vc2term, B. vc2username

From t_supply a left join u_user B on A. numuserid = B. user_id

Where a. vc2status = '{0 }'";

SQL =String. Format (SQL, type );

 

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.