mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update Subquery.First()
This commit is contained in:
@@ -185,5 +185,9 @@ namespace SqlSugar
|
||||
{
|
||||
return default(T);
|
||||
}
|
||||
public TResult First<TResult>(Func<T, TResult> selector) where TResult : class, new()
|
||||
{
|
||||
return default(TResult);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user