Cannot implicitly convert type 'void' to 'System.Data.DataTable' Cannot implicitly convert type 'void' to 'System.Data.DataTable'
private static void FromDictionary(SqlDataReader dr)
{
string eText = string.Empty;
DataTable dictionaryWords = new DataTable();
DataTable dt = new DataTable();
dt = dt.Load(dr);
if (dr != null)
{
dictionaryWords = dt; <<<<<<<<<< ERROR: Cannot implicitly convert type 'void' to 'System.Data.DataTable'
}
__________________ The OXYGEN Delivers edgy, intelligent Technology to all... |