0

LLBLGen Pro 2.6 を使用しています。デザイナーでは、エンティティのフィールドを .Net の null 許容型に簡単に設定できます。型付きリストに同じフィールドがある場合、同じフィールドを .Net の null 許容型に設定する方法はないようです。誰かがそれを行うかどうか、またその方法を知っていますか?

ありがとう!

4

1 に答える 1

1

The reason for this is that typed list are using the entities that you have already mapped in the Entities section.

Regards

于 2010-06-24T07:03:02.103 に答える