IQueryable

877阅读 0评论2010-08-12 I_am_tbag
分类:WINDOWS

    // 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
    {
    }
上一篇:Using an IoC Container
下一篇:iMVC(2) - Ioc