System.Data.Common.DbParameterCollection.RemoveAt C# (CSharp) Method

RemoveAt() public abstract method

public abstract RemoveAt ( int index ) : void
index int
return void
        public abstract void RemoveAt(int index);

Same methods

DbParameterCollection::RemoveAt ( string parameterName ) : void