FluentData 如何给 in 中的参数赋值?
SQL 文中 IN
的写法:
sql
in(@Guids)
注意:in
不可以大写,不可以有多余的空格;
参数赋值时写法跟普通的参数一样,只不过 值必须是 ICollection
型 的;
cs
.Parameter("Guids", guids)
SQL 文中 IN
的写法:
in(@Guids)
注意:in
不可以大写,不可以有多余的空格;
参数赋值时写法跟普通的参数一样,只不过 值必须是 ICollection
型 的;
.Parameter("Guids", guids)
Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.
Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.