From 3c8ad870924aab878ea2cc11e373110f855bd494 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 27 Feb 2026 13:35:14 +0100 Subject: [PATCH] Link typed fluent docs from fluent builder docs --- docs/fluent-builder-api.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/fluent-builder-api.md b/docs/fluent-builder-api.md index 55449eb..c84aba1 100644 --- a/docs/fluent-builder-api.md +++ b/docs/fluent-builder-api.md @@ -1,5 +1,7 @@ # Fluent Builder API +For the newer property-mapped typed fluent API, see [Typed Fluent Syntax](typed-fluent-syntax.md). This page focuses on the original dynamic fluent builder semantics and parser behavior. + The fluent API is built around: - `IDynamicSelectQueryBuilder`