예제 #1
0
 public static GroupBy ThenBy(this GroupBy groupBy, Guid fieldId)
 {
     return(groupBy.ThenBy(fieldId, false));
 }
예제 #2
0
 public static GroupBy ThenBy(this GroupBy groupBy, string fieldName)
 {
     return(groupBy.ThenBy(fieldName, false));
 }