CSharp.OpenSource.LinqToKql
1.0.15
dotnet add package CSharp.OpenSource.LinqToKql --version 1.0.15
NuGet\Install-Package CSharp.OpenSource.LinqToKql -Version 1.0.15
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CSharp.OpenSource.LinqToKql" Version="1.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CSharp.OpenSource.LinqToKql --version 1.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: CSharp.OpenSource.LinqToKql, 1.0.15"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CSharp.OpenSource.LinqToKql as a Cake Addin #addin nuget:?package=CSharp.OpenSource.LinqToKql&version=1.0.15 // Install CSharp.OpenSource.LinqToKql as a Cake Tool #tool nuget:?package=CSharp.OpenSource.LinqToKql&version=1.0.15
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
CSharp.OpenSource.LinqToKql
Example of using KustoHttpClientLinqProviderFactory
using CSharp.OpenSource.LinqToKql.Http;
using CSharp.OpenSource.LinqToKql.Test.Model;
namespace CSharp.OpenSource.LinqToKql.Test.Provider;
public class SampleKustoHttpClientLinqProviderFactory : KustoHttpClientLinqProviderFactory
{
private string _cluster = "https://myclusterUrl/";
private string _auth = "myBearerToken";
private string _dbName = "myDatabaseName";
public IQueryable<SampleObject> SampleObject
=> CreateQuery<SampleObject>(_cluster, _auth, _dbName, "SampleObjectTable");
public IQueryable<SampleObject> SampleObjectFunction(long number)
=> CreateQuery<SampleObject>(_cluster, _auth, _dbName, $"SampleObjectFunction({number})");
public IQueryable<SampleObject2> SampleObject2(long number)
=> CreateQuery<SampleObject2>(_cluster, _auth, _dbName, $"SampleObject2Table");
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- No dependencies.
-
net7.0
- No dependencies.
-
net8.0
- No dependencies.
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 |
---|---|---|
1.0.15 | 62 | 11/18/2024 |
1.0.14 | 60 | 11/18/2024 |
1.0.13 | 57 | 11/18/2024 |
1.0.12 | 58 | 11/18/2024 |
1.0.11 | 64 | 11/18/2024 |
1.0.10 | 58 | 11/18/2024 |
1.0.9 | 61 | 11/18/2024 |
1.0.8 | 58 | 11/17/2024 |
1.0.7 | 61 | 11/17/2024 |
1.0.6 | 61 | 11/17/2024 |
1.0.5 | 59 | 11/17/2024 |
1.0.4 | 62 | 11/17/2024 |
1.0.3 | 66 | 11/17/2024 |
1.0.2 | 65 | 11/17/2024 |
1.0.1 | 61 | 11/17/2024 |
1.0.0 | 71 | 11/17/2024 |
0.0.1 | 61 | 11/17/2024 |