/// <summary>
 /// Invokes the <see cref="SqlText"/> event
 /// </summary>
 /// <param name="e">The event arguments</param>
 protected virtual void OnSqlText(SqlTextEventArgs e)
 {
     SqlText?.Invoke(this, e);
 }