mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-18 06:10:56 +08:00
update
2
分表分库.md
2
分表分库.md
@@ -105,7 +105,7 @@ fsql.CodeFirst.GetTableByEntity(typeof(AsTableLog))
|
|||||||
[Table(Name = "db2.Comment")]
|
[Table(Name = "db2.Comment")]
|
||||||
class Comment { ... }
|
class Comment { ... }
|
||||||
|
|
||||||
[Table(Name = "dbd.Comment")]
|
[Table(Name = "db3.Comment")]
|
||||||
class Topic { .. }
|
class Topic { .. }
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user