Exemple #1
0
 public static List <string> AllValues(string sqlQuery, string fieldName)
 => GenericReturnDAO.AllValues(sqlQuery, fieldName);
Exemple #2
0
 public static List <string> AllValues(string query, string field) =>
 GenericReturnDAO.AllValues(query, field);
Exemple #3
0
 public static string FieldValue(string sqlQuery, string fieldName)
 => GenericReturnDAO.CodeValue(sqlQuery, fieldName);