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.
画像が提供されていない場合は、画像オブジェクトをゼロバイトに割り当てます。
byte[] image = new byte[0];
しかし、Entity Frameworkを使用してデータベースに保存するにはどうすればよいですか?
画像が割り当てられていないので、null 値にしてみませんか? データベースに新しいアイテムを挿入し、画像フィールドを null のままにします。