Exemplo n.º 1
0
 public static IAggregateFunctionSelfContained <T> LastValue <T>(this Sql.ISqlExtension ext, [ExprParameter] T expr, Sql.Nulls nulls)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public static IAnalyticFunctionWithoutWindow <T> Lag <T>(this Sql.ISqlExtension ext, [ExprParameter] T expr, Sql.Nulls nulls, [ExprParameter] int offset, [ExprParameter] int? @default)
 {
     throw new NotImplementedException();
 }