
| Key: |
NH-1394
|
| Type: |
New Feature
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Tuna Toksoz
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
NHibernate
Created: 19/Jul/08 11:53 AM
Updated: 24/Jul/08 11:12 PM
|
|
| Component/s: |
Core
|
| Affects Version/s: |
2.0.0.Beta2
|
| Fix Version/s: |
2.1.0.Alpha1
|
|
|
It would be good if we could order by a projection such as
order by e.UnitPrice*e.Quantity
This is trivial, the only thing necessary is a constructor added to Order class and return SqlString accordingly.
A patch is in progress for that.
|
|
Description
|
It would be good if we could order by a projection such as
order by e.UnitPrice*e.Quantity
This is trivial, the only thing necessary is a constructor added to Order class and return SqlString accordingly.
A patch is in progress for that. |
Show » |
|