Also, the DataRow has an IsNull method so once you call the row, you can get the IsNull for a column without adding an extra DbNull.Value check.
↧
Also, the DataRow has an IsNull method so once you call the row, you can get the IsNull for a column without adding an extra DbNull.Value check.