Skip to content

Querying

The DynamoDB EF Core provider translates LINQ expressions into PartiQL statements and executes them via the DynamoDB ExecuteStatement API.

This section covers how queries are executed, which LINQ operators are supported, and how DynamoDB-specific behaviors like pagination and index selection work.

See also