摘要:
C# 3.0提供System.Data.Linq.DataContext这么一个非常重要的类型,对LINQ来说;DataContext提供了实体对象与数据对象之间的访问通道; public class CustomersCtx : DataContext { public Table Customers; public CustomersCtx(st... 阅读全文
posted @ 2008-03-12 18:26
破甲
阅读(440)
评论(1)
推荐(0)