2013年10月14日

SqlCommand 的 4个方法

摘要: 1 : ExecuteNonQuery() Executes non-SELECT commands, such as SQL commands that insert,delete, or update records. The returned value indicates the number of rows affected by the command. You can also use ExecuteNonQuery() toexecute data-definition commands that create, alter, or delete database object 阅读全文

posted @ 2013-10-14 15:39 齐文宣 阅读(291) 评论(0) 推荐(0)

导航