예제 #1
0
 public override object DoAggregatinon(Type elementType, IQueryable query, Microsoft.OData.Core.UriParser.Semantic.ApplyAggregateClause transformation, Linq.Expressions.LambdaExpression propertyToAggregateExpression, params string[] parameters)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public override Type GetResultType(Type elementType, Microsoft.OData.Core.UriParser.Semantic.ApplyAggregateClause transformation)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public override Type GetResultType(Type elementType, Microsoft.OData.Core.UriParser.Semantic.ApplyAggregateClause transformation)
 {
     return(typeof(double));
 }