System.Data.IDataParameterCollection public interface IDataParameterCollection : ICollection, IEnumerable, IList Documentation object this[string parameterName] { get; set; } bool Contains(string parameterName) int IndexOf(string parameterName) void RemoveAt(string parameterName)