Com'è possibile, mi entra nella funzione sia se il campo è nullo sia se c'è un valore

If Not (lDataTable.Rows(0)("CAMERACOMMERCIO") Is Nothing) Then
_cameraCommercio = lDataTable.Rows(0)("CAMERACOMMERCIO")
End If