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.
edmx ファイルがあり、使用したい規則がデータベース スキーマの規則とは異なります。CompanyID のような名前を使用したいのですが、テーブル構造では company_id のように保存されます。これは可能ですか?
関連する POCO クラスを生成し、そこに命名規則を変更するコードを追加する T4 テンプレートを試して編集することができます。