Data Access Application Block 2 應用場景

1. 使用DbDataReader從數據庫中返回多行 using (IDataReader reader = db.ExecuteReader(CommandType.Text, "Select Name, Address, City From Customers" )) { customerGrid.DataSource = reader; customerGrid.DataBind(); }
相關文章
相關標籤/搜索