docs-v2/content/influxdb/cloud-dedicated/reference/client-libraries/flight/csharp-flight.md

1.4 KiB

title description menu influxdb/cloud-dedicated/tags aliases weight
C# .NET Flight client The C# .NET Flight client integrates with C# .NET scripts and applications to query data stored in InfluxDB.
influxdb_cloud_dedicated
name parent identifier
C# .NET Arrow Flight clients csharp-flight-client
C#
gRPC
SQL
Flight SQL
client libraries
/influxdb/cloud-dedicated/reference/client-libraries/flight-sql/csharp-flightsql/
201

Apache Arrow for C# .NET integrates with C# .NET scripts and applications to query data stored in InfluxDB.

For more information, see the C# client example on GitHub.

{{% note %}}

Use InfluxDB v3 client libraries

We recommend using the influxdb3-csharp C# client library for integrating InfluxDB v3 with your C# application code.

InfluxDB v3 client libraries wrap Apache Arrow Flight clients and provide convenient methods for writing, querying, and processing data stored in {{% product-name %}}. Client libraries can query using SQL or InfluxQL. {{% /note %}}