Esempio n. 1
0
 public static string getString(this DataRow dr, StringColumn col)
 {
     return(dr[col.Name].ToString());
 }