Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は3つの条件を持つ関数を持っています:
DataRow rowstate == Added
!DataRow HasVersion(DataRowVersion.Original)
DataRow rowstate == modified
私の問題は2番目のものにあります.誰かがそれに光を当てることができますか? 最初の条件とどう違うのですか?