mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 09:50:54 +08:00
- 增加 IAsTable.SetTableName 自定义分表名;
This commit is contained in:
@@ -42,4 +42,9 @@ class ModAsTableImpl : IAsTable
|
||||
if (tables.Any() == false) return AllTables;
|
||||
return tables;
|
||||
}
|
||||
|
||||
public IAsTable SetTableName(int index, string tableName)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user