---
title: C# .NET Flight client
description: The C# .NET Flight client integrates with C# .NET scripts and applications to query data stored in InfluxDB.
url: https://docs.influxdata.com/influxdb3/clustered/reference/client-libraries/flight/csharp-flight/
estimated_tokens: 297
publisher: InfluxData
canonical: https://docs.influxdata.com/influxdb3/clustered/reference/client-libraries/flight/csharp-flight/
date: '2025-03-13T17:02:04-06:00'
lastmod: '2025-03-13T17:02:04-06:00'
---

[Apache Arrow for C# .NET](https://github.com/apache/arrow/blob/main/csharp/README.md) integrates with C# .NET scripts and applications to query data stored in InfluxDB.

For more information, see the [C# client example on GitHub](https://github.com/apache/arrow/tree/main/csharp/examples/FlightClientExample).

#### Use InfluxDB 3 client libraries

We recommend using the [`influxdb3-csharp` C# client library](/influxdb3/clustered/reference/client-libraries/v3/csharp/) for integrating InfluxDB 3 with your C# application code.

[InfluxDB 3 client libraries](/influxdb3/clustered/reference/client-libraries/v3/) wrap Apache Arrow Flight clients
and provide convenient methods for [writing](/influxdb3/clustered/get-started/write/#write-line-protocol-to-influxdb), [querying](/influxdb3/clustered/get-started/query/#execute-an-sql-query), and processing data stored in InfluxDB Clustered.
Client libraries can query using SQL or InfluxQL.

[Flight client](/influxdb3/clustered/tags/flight-client/)[gRPC](/influxdb3/clustered/tags/grpc/)[SQL](/influxdb3/clustered/tags/sql/)[Flight SQL](/influxdb3/clustered/tags/flight-sql/)[client libraries](/influxdb3/clustered/tags/client-libraries/)
