プライベート プロパティの例外マッピングが発生しています。これが状況です。Entity.cs に次のようなものがあります。
そしてEntityMap.csには次のものがあります:
Map(x => Reveal.Property<Entity>("m_Inactive")).ColumnName.("INACTIVE");
しかし、私はこのエラーが発生します:
System.Reflection.TargetInvocationException: Exception has been thrown
by
the target of an invocation. ---> System.ArgumentException: Not a member access
その理由は何ですか?
ありがとう。