Exemplo n.º 1
0
 public IQuery Between(DateTime before, DateTime after)
 {
     return(BetweenQuery.Between(FieldType.Property, this.Field, before, after));
 }
Exemplo n.º 2
0
 public IQuery Between(long before, long after)
 {
     return(BetweenQuery.Between(FieldType.Property, this.Field, before, after));
 }
 public IQuery Between(long before, long after)
 {
     return(BetweenQuery.Between(FieldType.Aggregate, this.Field, before, after));
 }
Exemplo n.º 4
0
 public IQuery Between(decimal before, decimal after)
 {
     return(BetweenQuery.Between(FieldType.Property, this.Field, before, after));
 }
 public IQuery Between(decimal before, decimal after)
 {
     return(BetweenQuery.Between(FieldType.Aggregate, this.Field, before, after));
 }