/// <summary> /// Adds a parameter to the command. /// </summary> /// <param name="parameter">The parameter to add to the command.</param> /// <remarks> /// <para> /// Adds a parameter to the ordered list of command parameters. /// </para> /// </remarks> public void AddParameter(AdoNetAppenderParameter parameter) { m_parameters.Add(parameter); }