FreeSql ISelect/IUpdate/IInsert/IDelete 增加 AsTable 方法,实现分表

This commit is contained in:
28810
2019-03-05 21:04:52 +08:00
parent f9fef12d37
commit 90f69f1b57
38 changed files with 813 additions and 87 deletions

View File

@ -27,7 +27,7 @@ namespace FreeSql.Tests.OracleExpression {
public string Name { get; set; }
public DateTime Time { get; set; }
}
[Table(Name = "TestTypeParentInfo23123")]
[Table(Name = "TestTypeParentInf1")]
class TestTypeParentInfo {
public int Id { get; set; }
public string Name { get; set; }