Add docs for typed fluent syntax
This commit is contained in:
@@ -9,6 +9,7 @@ This documentation is based on:
|
||||
- [Quick Start](quick-start.md)
|
||||
- [Dynamic Table API](dynamic-table-api.md)
|
||||
- [Fluent Builder API](fluent-builder-api.md)
|
||||
- [Typed Fluent Syntax](typed-fluent-syntax.md)
|
||||
- [Mapping and Entities](mapping-and-entities.md)
|
||||
- [Transactions and Disposal](transactions-and-disposal.md)
|
||||
- [Stored Procedures](stored-procedures.md)
|
||||
@@ -36,3 +37,5 @@ DynamORM provides two major usage styles:
|
||||
- `db.Insert<T>() / db.Update<T>() / db.Delete<T>()`
|
||||
|
||||
The dynamic API is concise and fast to use. The fluent builder API gives stronger composition and explicit SQL control.
|
||||
|
||||
For the newer property-mapped typed fluent syntax, see [Typed Fluent Syntax](typed-fluent-syntax.md).
|
||||
|
||||
Reference in New Issue
Block a user