mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update Subquery.First()
This commit is contained in:
parent
1e2af87f5d
commit
e1dbe38c71
@ -185,5 +185,9 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return default(T);
|
return default(T);
|
||||||
}
|
}
|
||||||
|
public TResult First<TResult>(Func<T, TResult> selector) where TResult : class, new()
|
||||||
|
{
|
||||||
|
return default(TResult);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user