DataSet Value

  • Thread starter Thread starter Joe Goeke
  • Start date Start date
J

Joe Goeke

If I pull a DataSet from a SQL Server 2005 DB and the value of a column in
the DB is null. What is the value of the same column in the DataSet? Is
the value in the DataSet NULL or ""?

Thanks in advance.

//Joe
 
Joe Goeke said:
If I pull a DataSet from a SQL Server 2005 DB and the value of a
column in the DB is null. What is the value of the same column in
the DataSet? Is the value in the DataSet NULL or ""?
DBNull.Value


Thanks in advance.

//Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top