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.
私は ASP.NET と C# の初心者で、mysql と postgresql を使用しています。
データベースの GUId 列に Null 値を格納しようとしていますが、デフォルトで guid.empty 値をデータベースに取得するため、データの保存中にエラーが発生します。
null 値を C# コードから Database に保存する方法を教えてください。
ありがとう