Skip to content

Commit

Permalink
Update entity-attribute.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 authored Dec 26, 2024
1 parent 79616ef commit c3b0ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/entity-attribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Topic { }
- 4、[Table(Name = "public.tabname")]
- 5、AsTable fsql.Select\<T\>().AsTable((_, old) => "public.tabname").ToList()

> v3.2.660 可通过 UseMappingPriority 调整优先级
> v3.2.833 可通过 UseMappingPriority 调整优先级,使用 Aop 实现动态表名
属性:[Column(Name = "xxx")]

Expand Down

0 comments on commit c3b0ed5

Please sign in to comment.