mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 12:28:15 +08:00
- fix: AsTable for Select
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user