# ScyllaDB C# driver > ScyllaDB C# driver. 2026 ScyllaDB ## Pages - [ScyllaDB C# Driver for Scylla](https://csharp-driver.docs.scylladb.com/v3.22.0.2/index.md): ScyllaDB’s fork of a modern, [feature-rich](https://csharp-driver.docs.scylladb.com/stable/features/... - [Examples](https://csharp-driver.docs.scylladb.com/v3.22.0.2/examples/index.md): Here’s some ways to find examples on how to use the ScyllaDB C# Driver for Scylla. - [Features](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/index.md): The ScyllaDB C# Driver for Scylla is a feature-rich and highly tunable C# client library for Scylla ... - [Upgrade Guide](https://csharp-driver.docs.scylladb.com/v3.22.0.2/upgrade-guide/index.md): The purpose of this guide is to detail the changes made by the successive versions of the ScyllaDB C... - [FAQ](https://csharp-driver.docs.scylladb.com/v3.22.0.2/faq/index.md): The driver should wotk with any Apache Cassandra version from 2.0+, but we do not maintain support f... - [Vector support](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/vectors/index.md): Introduced in Cassandra 5.0, DSE 6.9 and Datastax Astra, a `vector` is represented as a [CqlVector` i... - [Batch statements with LINQ](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/linq/batch/index.md): This section shows how to use the LINQ API for batch statements. If you’re interested in reading mor... - [Statements](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/core/statements/index.md): Statements are what you pass to `Session.Execute()` and `Session.ExecuteAsync()`. - [Batch statements](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/core/statements/batch/index.md): Use `BatchStatement` to execute a set of queries as an atomic operation (refer to [Batching inserts,... - [Prepared statements](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/core/statements/prepared/index.md): Use prepared statements for queries that are executed multiple times in your application: - [Per-query keyspace](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/core/statements/per-query-keyspace/index.md): Sometimes it is convenient to send the keyspace separately from the query string, and without switch... - [Simple statements](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/core/statements/simple/index.md): Use `SimpleStatement` for queries that will be executed only once (or just a few times): - [Batch statements with the Mapper](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/components/mapper/batch/index.md): This section shows how to use the Mapper API for batch statements. If you’re interested in reading m... - [Nulls and unset](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/datatypes/nulls-unset/index.md): To complete a distributed delete operation, Cassandra replaces it with a special value called a [tom... - [Date and time representation](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/datatypes/datetime/index.md): A single moment in time with millisecond precision, is represented as `DateTimeOffset`. - [App.Metrics Provider](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/metrics/app-metrics/index.md): This documentation refers to our provider based on App.Metrics. The code examples shown here only ap... - [List of metrics](https://csharp-driver.docs.scylladb.com/v3.22.0.2/features/metrics/metrics-list/index.md): In this section you can find a description of each metric type used by the driver and a list of all ... - [API Reference](https://csharp-driver.docs.scylladb.com/v3.22.0.2/datastax-api-reference.md): The ScyllaDB C# driver is a fork of DataStax C# driver, which includes some --- For more comprehensive documentation, see [llms-full.txt](https://csharp-driver.docs.scylladb.com/v3.22.0.2/llms-full.txt)