-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dapper Query 支持延迟加载,README.zh-CN.md 文件中的说法错误 #552
Comments
shaofing
changed the title
Dapper Query 自持文档
Dapper Query 支持延迟加载,README.zh-CN.md 文件中的说法错误
Dec 26, 2023
@shaofing 谢谢👍 |
shps951023
added a commit
that referenced
this issue
Dec 27, 2023
1 ,上面的demo写法不对 , flags 前面还有可选参数,如果不按照顺序写 ,参数得是 |
@shaofing 请问能帮忙PR吗? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
README.zh-CN.md 文件中的说法错误
https://github.com/mini-software/MiniExcel/blob/master/README.zh-CN.md#5-dapper-query
var details = conn.Query<receipt_detail>(new CommandDefinition(sql, CommandFlags.NoCache)); //必须使用NoCache
使用
new CommandDefinition(sql, CommandFlags.NoCache)
可以支持延迟加载The text was updated successfully, but these errors were encountered: