Re: Detecting a Null field on an NpgsqlDataReader object - Mailing list pgsql-interfaces

From Oliveiros d'Azevedo Cristina
Subject Re: Detecting a Null field on an NpgsqlDataReader object
Date
Msg-id 7C2FED61BE684CDD8CBAA745D6B37F24@marktestcr.marktest.pt
Whole thread Raw
In response to Detecting a Null field on an NpgsqlDataReader object  ("Oliveiros d'Azevedo Cristina" <oliveiros.cristina@marktest.pt>)
Responses Re: Detecting a Null field on an NpgsqlDataReader object
List pgsql-interfaces
Olá!

>> For ex, in Sql Server we just compare with DbNull singleton.
>>
>> What is the equivalent in Npgsql?
>>
>
> You can use the same way. Npgsql uses DBNull singleton to express null 
> values.
> If you are trying to check in the NpgsqlDataReader, you will need to
> use the method IsDBNull(int)
>
> I hope it helps.
>
>

Oh, I see.
All in all it's the same mechanism .
Yes, I'm indeed trying to check in a NpgsqlDataReader.
I'll give that method a try.



Obrigado,
Oliveiros 



pgsql-interfaces by date:

Previous
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: Detecting a Null field on an NpgsqlDataReader object
Next
From: "Francisco Figueiredo Jr."
Date:
Subject: Re: Detecting a Null field on an NpgsqlDataReader object