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.
クエリで文字列を Int32 値に変換する必要があります。メモリ内ではなく、SQL サーバー側で実行する必要があります。 モデルファーストのアプローチであるLINQ to Entitiesでこれを行う方法の答えを見てきました。 こことここです が、コードファーストで行う必要があります。
DbSet<> にクエリを書き込みます。
これを行う方法はありますか?助けてください :)