Linq.QuerySource<'T,'Q> 构造函数 (F#)

构造一个实例 QuerySource

Namespace/Module Path:Microsoft.FSharp.Linq

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
new QuerySource : seq<'T> -> QuerySource<'T,'Q>

// Usage:
new QuerySource (source)

参数

  • source
    类型:seq<'T>

    查询数据的可枚举序列,例如数据库表或集合。

返回值

QuerySource 的新实例。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:4.0,可移植

请参见

参考

Linq.QuerySource<'T,'Q> 类 (F#)

Microsoft.FSharp.Linq 命名空间 (F#)