- fix: AsTable for Select

This commit is contained in:
2881099
2022-04-09 20:54:48 +08:00
parent 932b8fde58
commit b9a21f6c11
2 changed files with 16 additions and 6 deletions

View File

@ -75,9 +75,6 @@ namespace FreeSql.DataAnnotations
public interface IAsTable
{
/// <summary>
/// 所有分表名
/// </summary>
string[] AllTables { get; }
string GetTableNameByColumnValue(object columnValue, bool autoExpand = false);
string[] GetTableNamesByColumnValueRange(object columnValue1, object columnValue2);