Update .net core project

This commit is contained in:
sunkaixuan
2022-08-03 20:49:11 +08:00
parent 6c525a5abf
commit 01e7f52196
10 changed files with 140 additions and 1 deletions

View File

@@ -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);