chriseldredge / Lucene.Net.Linq

LINQ provider to run native queries on a Lucene.Net index
Other
151 stars 66 forks source link

Equivalent to IgnoreAttribute for Fluent Mapping #61

Closed kevinreece closed 10 years ago

kevinreece commented 10 years ago

Hi,

How do you ignore properties when using Fluent mapping?

I am unable to use the attributes due to using EF6; before considering DTO classes I wanted to try and use this feature but I am having problems.

Thanks

chriseldredge commented 10 years ago

Simple omitting a property should cause it not to be mapped by the fluent mapping.

Is this not the case?