'C# Fluent NHibernate map table with no ID

I need to map a table that has no ID.

I already tried to create a composite ID, but from the data that I have, I can't select the needed fields so that I can create an unique entity.

Is it still possible to Fluent (or an ORM) or I need to change my solution (and what to use)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source