Chinaunix首页 | 论坛 | 博客
  • 博客访问: 473716
  • 博文数量: 112
  • 博客积分: 5696
  • 博客等级: 大校
  • 技术积分: 1720
  • 用 户 组: 普通用户
  • 注册时间: 2007-08-17 09:58
文章分类

全部博文(112)

文章存档

2011年(22)

2010年(28)

2009年(21)

2008年(41)

分类: WINDOWS

2010-08-12 02:22:24

    // Summary:
    //     Provides functionality to evaluate queries against a specific data source
    //     wherein the type of the data is known.
    //
    // Type parameters:
    //   T:
    //     The type of the data in the data source.This type parameter is covariant.
    //     That is, you can use either the type you specified or any type that is more
    //     derived. For more information about covariance and contravariance, see Covariance
    //     and Contravariance in Generics.
    public interface IQueryable : IEnumerable, IQueryable, IEnumerable
    {
    }
阅读(687) | 评论(0) | 转发(0) |
0

上一篇:Using an IoC Container

下一篇:iMVC(2) - Ioc

给主人留下些什么吧!~~