問題タブ [grandchild]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
linq - LINQ を使用して孫でリストをフィルター処理する
DamageCode クラスの DamageCodeName フィールドでリストをフィルター処理する必要があります。
EF CORE 5 を使用してレコードをリストに取り込みます。
次に、このリストを DamageCode.DamageCodeName プロパティでフィルター処理する必要があります。
上記のコードは、DamageCategory のみをフィルタリングします。DamageGroup のすべてのレコードと DamageCodes のすべてのレコードが返されます。
以下のようなリスト ("Bubble" でフィルタリング) を生成し、DamageCode.DamageCodeName.Contains("Bubble") でフィルタリングされた DamageCategory、DamageGroup、および DamageCodes のみを戻すには、linq クエリの結果が必要です。
上記の結果を生成する SQL は次のとおりです。