public override string GetBooleanSqlQuery()
 {
     return(LeftValue.GetBooleanSqlQuery() + " OR " + RightValue.GetBooleanSqlQuery());
 }