Exemplo n.º 1
0
 /// <inheritdoc />
 public IFilterFactory <T> NotEquals(string fieldName, object value)
 {
     _documentQuery.WhereNotEquals(fieldName, value);
     return(this);
 }