码迷,mamicode.com
首页 > 数据库 > 详细

C#里面sql语句前面加@符号的用法

时间:2014-09-11 09:35:51      阅读:554      评论:0      收藏:0      [点我收藏+]

标签:sp   c   sql   r   bs   as   table   text   c#   

例如:

string sql="select * "
+ "from table1 "
+“where id=1"



加上@符号:
string sql=@"select * 
from table1
where id=1"

 

C#里面sql语句前面加@符号的用法

标签:sp   c   sql   r   bs   as   table   text   c#   

原文地址:http://www.cnblogs.com/lschenblog/p/3965720.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!