LINQ-to-BigQuery
0.3.0
See the version list below for details.
dotnet add package LINQ-to-BigQuery --version 0.3.0
NuGet\Install-Package LINQ-to-BigQuery -Version 0.3.0
<PackageReference Include="LINQ-to-BigQuery" Version="0.3.0" />
<PackageVersion Include="LINQ-to-BigQuery" Version="0.3.0" />
<PackageReference Include="LINQ-to-BigQuery" />
paket add LINQ-to-BigQuery --version 0.3.0
#r "nuget: LINQ-to-BigQuery, 0.3.0"
#:package LINQ-to-BigQuery@0.3.0
#addin nuget:?package=LINQ-to-BigQuery&version=0.3.0
#tool nuget:?package=LINQ-to-BigQuery&version=0.3.0
LINQ to BigQuery is C# LINQ Provider for Google BigQuery. It also enables Desktop query editor and dump to chart with LINQPad.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
-
- Google.Apis.Bigquery.v2 (>= 1.8.1.1680)
- Microsoft.Bcl.Async (>= 1.0.168)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.7.2 | 7,376 | 2/14/2016 |
| 0.7.1 | 2,201 | 12/6/2015 |
| 0.7.0 | 1,591 | 10/25/2015 |
| 0.6.3 | 1,743 | 9/28/2015 |
| 0.6.2 | 1,896 | 8/10/2015 |
| 0.6.1 | 1,829 | 8/7/2015 |
| 0.6.0 | 1,851 | 8/7/2015 |
| 0.5.1 | 2,073 | 2/13/2015 |
| 0.5.0 | 1,694 | 10/29/2014 |
| 0.4.2 | 1,627 | 10/13/2014 |
| 0.4.1 | 1,547 | 10/5/2014 |
| 0.3.3 | 1,551 | 10/4/2014 |
| 0.3.2.2 | 1,563 | 10/3/2014 |
| 0.3.2.1 | 1,549 | 10/1/2014 |
| 0.3.1 | 1,620 | 9/30/2014 |
| 0.3.0 | 1,601 | 9/29/2014 |
Add : BqFunc.NotIn
Add : JoinType.RightOuter, RightOuterEach, FullOuter, FullOuterEach
Add : JoinCross bool:each overload
Add : DataType.ToTableFieldSchema
Add : QueryContext.Query overload returns dynamic(ExpandoObject)
Update : Add NuGet package Dependency to id="Microsoft.Bcl.Async" version="1.0.168"
Improvement : Support regular class with property initializer in Select Statement
Breaking Change : Remove unused BigQueryable.JoinCross's JoinType
Breaking Change : Building QuerySring -> Enum as Value(not string)
Breaking Change : QueryContext.Query[T] returns T[]