Skip to content
欢迎扫码关注公众号

FluentData 如何给 in 中的参数赋值?

SQL 文中 IN 的写法:

sql
in(@Guids)

注意:in 不可以大写,不可以有多余的空格

参数赋值时写法跟普通的参数一样,只不过 值必须是 ICollection 的;

cs
.Parameter("Guids", guids)

Page Layout Max Width

Adjust the exact value of the page width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the page layout
A ranged slider for user to choose and customize their desired width of the maximum width of the page layout can go.

Content Layout Max Width

Adjust the exact value of the document content width of VitePress layout to adapt to different reading needs and screens.

Adjust the maximum width of the content layout
A ranged slider for user to choose and customize their desired width of the maximum width of the content layout can go.