Think DataSet, DataTable, DataRow, etc.
if (!(dataRow[7] is DBNull)) asOf = DateTime.Parse(dataRow[7].ToString());
No comments:
Post a Comment