Example #1
0
 protected string GenderSql(Type type, IReportKey RK)
 {
     return GenderPreSQL(type) + RK.KeyWhere();
 }