Tpf.Maikebing.Data.Taos 1.0.16

dotnet add package Tpf.Maikebing.Data.Taos --version 1.0.16
NuGet\Install-Package Tpf.Maikebing.Data.Taos -Version 1.0.16
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="Tpf.Maikebing.Data.Taos" Version="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Tpf.Maikebing.Data.Taos --version 1.0.16
#r "nuget: Tpf.Maikebing.Data.Taos, 1.0.16"
#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 Tpf.Maikebing.Data.Taos as a Cake Addin
#addin nuget:?package=Tpf.Maikebing.Data.Taos&version=1.0.16

// Install Tpf.Maikebing.Data.Taos as a Cake Tool
#tool nuget:?package=Tpf.Maikebing.Data.Taos&version=1.0.16

Taos implementation of the System.Data.Common provider model.

Commonly Used Types:
Maikebing.Data.Taos.TaosCommand
Maikebing.Data.Taos.TaosConnection
Maikebing.Data.Taos.TaosConnectionStringBuilder
Maikebing.Data.Taos.TaosDataReader
Maikebing.Data.Taos.TaosException
Maikebing.Data.Taos.TaosFactory
Maikebing.Data.Taos.TaosParameter
Maikebing.Data.Taos.TaosTransaction

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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 was computed.  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 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Tpf.Maikebing.Data.Taos:

Package Downloads
Utilities.Taos

使用http连接TDengine,添加TdJsonTagHelper

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.16 378 4/27/2023
1.0.15 129 4/27/2023
1.0.14 416 3/16/2023
1.0.13 305 3/9/2023

Maikebing.Data.Taos  是一个基于TDengine 的RESTful Connector构建的ADO.Net 提供器。 这将允许你通过.Net Core 访问TDengine数据库。
Maikebing.EntityFrameworkCore.Taos 是一个Entity Framework Core 的提供器, 基于Maikebing.Data.Taos构建。