ADO.NET的四大對象C(#)

ADO.NET的四大對象 1.SqlConnection數據庫鏈接對象: SqlConnection conn=new SqlConnection(數據庫鏈接字符串); conn.Open(); conn.Close(); 2.Command對象:執行數據庫操做 SqlCommand comm=new SqlCommand("SQL
相關文章
相關標籤/搜索