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
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.