Nhibernate get collection by ICriteria
- by Andrew Kalashnikov
Hello, colleagues. I've got a problem at getting my entity. MApping:
<?xml version="1.0" encoding="utf-8" ?>
<hibernate-mapping xmlns="urn:nhibernate-mapping-2.2"
assembly="Clients.Core"
namespace="Clients.Core.Domains">
<class name="Sales, Clients.Core" table='sales'>
<id name="Id"…