Expand docs with syntax/procedure deep dive and ADO.NET extensions

This commit is contained in:
root
2026-02-26 07:57:45 +01:00
parent 984870f510
commit 2c25e78bef
5 changed files with 342 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
Stored procedure support is available through `db.Procedures` when `DynamicDatabaseOptions.SupportStoredProcedures` is enabled.
For an in-depth comparison with query syntax styles and advanced return-shape behavior, see [Syntax Deep Dive and Procedure Calls](syntax-and-procedures-deep-dive.md).
## Basic Invocation
```csharp