NHibernate: Error dehydrating property - What the heck is this?

前端 未结 6 2149
谎友^
谎友^ 2021-01-17 10:21

I\'m doing a fairly complex NHibernate transaction in a financial system, creating a payment, recording the ledger entries, checking to see if the payment is the total amoun

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-17 10:41

    a smart person once told me to add this to my mapping

    .Length(int.MaxValue);
    

提交回复
热议问题