- 增加 SqlExt.IsNull 方法;

This commit is contained in:
28810
2020-09-06 00:52:39 +08:00
parent 24e0fcd0af
commit 8200b0e2e0
4 changed files with 38 additions and 1 deletions

View File

@@ -1103,6 +1103,15 @@
</summary>
<returns></returns>
</member>
<member name="M:FreeSql.SqlExt.IsNull``1(``0,``0)">
<summary>
isnull、ifnull、coalesce、nvl
</summary>
<typeparam name="TValue"></typeparam>
<param name="value"></param>
<param name="defaultValue"></param>
<returns></returns>
</member>
<member name="M:FreeSql.SqlExt.Case">
<summary>
case when .. then .. end