Ejemplo n.º 1
0
 public static TValue QueryValue <TValue>(this IDataCommand dataQuery)
 {
     return(dataQuery.QueryValue <TValue>(null));
 }