mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-23 20:43:46 +08:00
Update .net core project
This commit is contained in:
@@ -84,6 +84,11 @@ namespace SqlSugar
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public string SelectStringJoin(Func<T, string> expression,string separator)
|
||||
{
|
||||
return default(string);
|
||||
}
|
||||
|
||||
public TResult Max<TResult>(Func<T, TResult> expression) where TResult : struct
|
||||
{
|
||||
return default(TResult);
|
||||
|
Reference in New Issue
Block a user