标签: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语句前面加@符号的用法
原文地址:http://www.cnblogs.com/lschenblog/p/3965720.html