mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-24 04:53:45 +08:00
Synchronization code
This commit is contained in:
@@ -120,6 +120,11 @@ namespace SqlSugar
|
||||
{
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public int DistinctCount(Func<T, object> expression)
|
||||
{
|
||||
return default(int);
|
||||
}
|
||||
public TResult Sum<TResult>(Func<T, TResult> expression) where TResult : struct
|
||||
{
|
||||
return default(TResult);
|
||||
|
Reference in New Issue
Block a user