Skip to content

Commit

Permalink
Update type-mapping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Nov 19, 2024
1 parent 87d3eab commit 2f4eb4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/type-mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ fsql.Select<Table>().Where(a => a.Options.Value1 == 100 && a.Options.Value2 == "
//WHERE json_extract(a."Options",'$.Value1') = 100 AND json_extract(a."Options",'$.Value2') = 'xx'
```

也可以使用 string 映射 JSON,拉姆达表达式内使用[自定义函数解析](expression-function.md#%E8%87%AA%E5%AE%9A%E4%B9%89%E8%A7%A3%E6%9E%90)

## DateOnly/TimeOnly

目前只有 FreeSql.Provider.SqlServer/PostgreSQL/MySql/MySqlConnector/KingbaseES/Duckdb 几个包实现了映射(v3.5.100)
Expand Down

0 comments on commit 2f4eb4a

Please sign in to comment.