Ejemplo n.º 1
0
 public void AddOrderByPart(IEnumerable <string> orderings)
 {
     OrderByParts.Insert(0, String.Join(", ", orderings));
 }
 public void AddOrderByPart(IEnumerable <string> orderings)
 {
     OrderByParts.Insert(0, SeparatedStringBuilder.Build(", ", orderings));
 }