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