/// <summary>
 /// The esComparison class is dynamically created by your
 /// BusinessEntity's DynamicQuery mechanism.
 /// See <see cref="esParenthesis"/> Enumeration.
 /// </summary>
 /// <param name="paren">The esParenthesis passed in via DynamicQuery</param>
 public esComparison(esParenthesis paren)
 {
     this.data.Parenthesis = paren;
 }
 /// <summary>
 /// The esComparison class is dynamically created by your
 /// BusinessEntity's DynamicQuery mechanism.
 /// See <see cref="esParenthesis"/> Enumeration.
 /// </summary>
 /// <param name="paren">The esParenthesis passed in via DynamicQuery</param>
 public esComparison(esParenthesis paren) 
 {
     this.data.Parenthesis = paren;
 }