NHibernate 在标准中传递参数
我有一个 Ms Access 视图(查询),如下所示
select * from employee Where EmployeeId=SomeID
这里 SomeId 是不是字段名称
如果我从 MsAccess 运行此查询 它提示我输入 SomeId 的值,如下所示
|---------------------------------------|
| Enter Parameter Value X |
|---------------------------------------|
| SomeId |
| [_________________________________] |
| |
| [ OK ] [ Cancel ] |
-----------------------------------------
,并根据该值执行查询。
现在我的问题是如何使用 Nhibernate 中的 Criteria 传递此 SomeId。
I have an Ms Access view(query) as following
select * from employee Where EmployeeId=SomeID
Here SomeId is not a field name
If I run this query from MsAccess
It prompts me for entering value for SomeId as follows
|---------------------------------------|
| Enter Parameter Value X |
|---------------------------------------|
| SomeId |
| [_________________________________] |
| |
| [ OK ] [ Cancel ] |
-----------------------------------------
and executes the query based on the same.
Now My question is how can I pass this SomeId using Criteria in Nhibernate.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者
or