Is there a way to force to use a specific index, that is some thing like a index hint.
The db will automatically use an Index if it can, however if we want to force the DB query plan to use another index, do we have that ability using the mapped objects ?
Thanx