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.