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
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.