Example #1
0
 protected string ReadNames(FilterField field, List <ulong> ids)
 {
     return(GetValuesFromSQL(field.GetNamesSql(ids)));
 }