C # long string line feed input

Source: Internet
Author: User

Add @ symbol

 

 
Private Static string SQL = @ "select sysobjects. name as table_name, syscolumns. ID, syscolumns. name as column_name, policypes. name as data_type, syscolumns. length as character_maximum_length, sys. extended_properties. [value] As column_description, syscomments. text ascolumn_default, syscolumns. isnullable as is_nullable from syscolumnsinner join policypes on syscolumns. xtype = policypes. xtype left join sysobjects on syscolumns. id = sysobjects. id left Outer Join sys. extended_properties on (sys. extended_properties.minor_id = syscolumns. colid and SYS. extended_properties.major_id = syscolumns. ID) left Outer Join syscomments on syscolumns. cdefault = syscomments. ID where syscolumns. ID in (select ID from sysobjects where xtype = 'U') and (policypes. name <> 'sysname') order by syscolumns. colid ";
Private Static string SQL = @ "select sysobjects. Name as table_name, syscolumns. ID, syscolumns. Name as column_name,
Policypes. Name as data_type, syscolumns. length as character_maximum_length,
SYS. extended_properties. [value] As column_description, syscomments. Text
Column_default, syscolumns. isnullable as is_nullable from syscolumns
Inner join policypes
On syscolumns. xtype = policypes. xtype
Left join sysobjects on syscolumns. ID = sysobjects. ID
Left Outer Join SYS. extended_properties on
(SYS. extended_properties.minor_id = syscolumns. colid
And SYS. extended_properties.major_id = syscolumns. ID)
Left Outer Join syscomments on syscolumns. cdefault = syscomments. ID
Where syscolumns. ID in
(Select ID from sysobjects where xtype = 'U') and (policypes. Name <> 'sysname ')
Order by syscolumns. colid ";

 Private Static string SQL = @ "select sysobjects. name as table_name, syscolumns. ID, syscolumns. name as column_name, policypes. name as data_type, syscolumns. length as character_maximum_length, sys. extended_properties. [value] As column_description, syscomments. text ascolumn_default, syscolumns. isnullable as is_nullable from syscolumnsinner join policypes on syscolumns. xtype = policypes. xtype left join sysobjects on syscolumns. id = sysobjects. id left Outer Join sys. extended_properties on (sys. extended_properties.minor_id = syscolumns. colid and SYS. extended_properties.major_id = syscolumns. ID) left Outer Join syscomments on syscolumns. cdefault = syscomments. ID where syscolumns. ID in (select ID from sysobjects where xtype = 'U') and (policypes. name <> 'sysname') order by syscolumns. colid "; 

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.