---
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/enterprise/reference/client-libraries/flight/csharp-flight/
estimated_tokens: 367
product: InfluxDB 3 Enterprise
version: enterprise
---

# C# .NET Flight client

[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/enterprise/reference/client-libraries/v3/csharp/) for integrating InfluxDB 3 with your C# application code.

[InfluxDB 3 client libraries](/influxdb3/enterprise/reference/client-libraries/v3/) wrap Apache Arrow Flight clients and provide convenient methods for [writing](/influxdb3/enterprise/write-data/api-client-libraries/), [querying](/influxdb3/enterprise/query-data/execute-queries/), and processing data stored in InfluxDB 3 Enterprise. Client libraries can query using SQL or InfluxQL.

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