Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends QueryParameterBase
 public function __construct(O\Expression $expression, IParameterHasher $hasher, IFunction $function = null, $data = null)
 {
     parent::__construct($expression, $hasher, $function, $data);
     $this->expression = $expression;
 }