How insert null value to decimal data type column in sql, from C# code?
Hi,
You can use below code.
DBNull.Value;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.