Plover Tsai
None
2011年10月27日 星期四
[C#] SqlCommand and its Parameters
Why Parameters?
Reuse execution plans (of SQL Server 2008).
Protect from SQL injection.
Code Snippet
command.Parameters.Add("@ID", SqlDbType.VarChar, 1024).Value = "ID";
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言