SqlCommand
本文檔由 夜晚回家 分享于2011-05-06 10:01
You want to use the SqlCommand type in the C# programming language for executing a SQL command on your database and then execute commands based on this command. The SqlCommand data object provides a way for you to send a SQL command to a database that is specified by a SqlConnection object. You can then call instance methods to physically apply the command to the database. He..
下載文檔
收藏