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.
2 つの SQL テーブルがあります
表1では、すべての行のシステムコード列に値(文字列)があります
表 2 のすべての行には、関連する表 1 行の ID である Device 列に値 (int) があります。
ここで、テーブル 2 を WPF DataGrid と、テーブル 1 のシステム コードのデバイス列の値に表示したいと考えています。これで、テーブル 1 行の ID が表示されます。
これどうやってするの?
必要なすべてのプロパティを格納できるアイテムの新しいクラスを作成するだけです。あなたの場合、それは結合の射影になります。
DataGridDisplayMemberPathは、対応するアイテムのみに関連します。テーブルの行の表現を表すデータ項目が Table1 のプロパティへのナビゲーションを許可する場合、問題ありませんSystemCode。
DisplayMemberPath
SystemCode