/// <summary> /// Returns a <see cref="System.String" /> that contains the SQL string that was set /// when the query was created. The parameters are not included. /// </summary> /// <returns> /// A <see cref="System.String" /> that represents this instance. /// </returns> public override string ToString() { return(_internalQuery == null?base.ToString() : _internalQuery.ToString()); }
/// <summary> /// Returns a <see cref="System.String" /> that contains the SQL string that was set /// when the query was created. The parameters are not included. /// </summary> /// <returns> /// A <see cref="System.String" /> that represents this instance. /// </returns> public override string ToString() { return(_internalQuery.ToString()); }