/// <summary>
 /// Initializes a new instance of the <see cref="ANSISqlGenerator"/> class.
 /// </summary>
 /// <param name="q">The q.</param>
 public ANSISqlGenerator(SqlQuery q)
 {
     this.sqlFragment = new SqlFragment(q._provider);
     query            = q;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ANSISqlGenerator"/> class.
 /// </summary>
 /// <param name="q">The q.</param>
 public ANSISqlGenerator(SqlQuery q)
 {
     this.sqlFragment = new SqlFragment(q._provider);
     query = q;
 }