How does one set a row value to null?pRow.Value(i) = "" sets it to an empty stringpRow.Value(i) = nothing also sets it to an empty stringpRow.Value(i) = system.dbnull generates an errorin the field calculator you can create an expression like Field1 = null and it will set the values to Null, but how do you do it in .NET?
pRow.Value(i) = System.DBNull.Value
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.