ManyToOne does not allow to set "unique"="true", "unique-key" and "index" for multi-column properties
Description
While expected mapping is perfectly valid
Mapping by code throws exception:
Multi-columns property can't be mapped through single-column API. at NHibernate.Mapping.ByCode.Impl.ManyToOneMapper.Column(Action`1 columnMapper) in src\NHibernate\Mapping\ByCode\Impl\ManyToOneMapper.cs:line 154
While expected mapping is perfectly valid
Mapping by code throws exception: