Exemplo n.º 1
0
 public override string ToSql() => string.Join($" {ConditionType.ToSql()} ", Conditions.Select(x => x.ToSql()));