firo222

Results 7 comments of firo222

is this still wanted? IMO this ticket can be closed because there is already an API for defining mappins with the .Mappings() extension method for Configuration

was this applied already?

implementing ICollectionConvention would be it, but i don't know how to know if the collection is a element collection (maybe instance.Element is null or something)

i also would like to contribute, but since my time is very limited ATM it would be nice to have some checklist what to test first

this should work too Map (x => x.Status).CustomType();

+1 We need it to support different Products which reside in the same database when integrating with each other to have databasebackups consistent

if someone is interested I found another workaround which does the same ``` public FooMap() { Map(x => FakeProperty); } private int FakeProperty { get; set; } ```