-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 0.9
-
Component/s: None
-
None
It would be nice if we can support unmap to remove any mapping we don't want e.g.
cm =>
{
cm.AutoMap();
cm.UnmapProperty("FieldToIgnore");
}