mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Synchronization code
This commit is contained in:
@@ -170,5 +170,15 @@ namespace SqlSugar
|
||||
{
|
||||
return this;
|
||||
}
|
||||
|
||||
public List<T> ToList()
|
||||
{
|
||||
return new List<T>();
|
||||
}
|
||||
|
||||
public List<TResult> ToList<TResult>(Func<T, TResult> selector) where TResult:class,new()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user