Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Ignore property #81

@bobznguo

Description

@bobznguo

Currently, it seems that there's no way to completely ignore a property when mapping. It will always fall back to DefaultTypeMap.

public class MyClassMap : EntityMap<MyClass>
{
   public MyClassMap ()
   {
      Map(x => x.Image).Ignore();
      ...
   }
}

If there's a Image column in MyClass table, that column will still be mapped to MyClass.Image.

Any plan to support the Ignore() option properly?

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions