Guest User

Untitled

a guest
Jan 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. mapper.BeforeMapProperty += (mi, propertyPath, map) =>
  2. {
  3. if (propertyPath.PreviousPath != null
  4. && mi.IsComponent(propertyPath.LocalMember.DeclaringType))
  5. map.Column(propertyPath.ToColumnName());
  6. };
Add Comment
Please, Sign In to add comment