mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
Synchronization code
This commit is contained in:
@@ -13,6 +13,10 @@ namespace SqlSugar
|
|||||||
public List<T> Items { get; set; }
|
public List<T> Items { get; set; }
|
||||||
public SplitTableContext Helper { get; set; }
|
public SplitTableContext Helper { get; set; }
|
||||||
|
|
||||||
|
public string GetTableName()
|
||||||
|
{
|
||||||
|
return GetTableNames().First();
|
||||||
|
}
|
||||||
public string [] GetTableNames()
|
public string [] GetTableNames()
|
||||||
{
|
{
|
||||||
List<string> result = new List<string>();
|
List<string> result = new List<string>();
|
||||||
|
Reference in New Issue
Block a user