System.Data.Common.DbParameterCollection.RemoveAt C# (CSharp) Метод

RemoveAt() публичный абстрактный Метод

public abstract RemoveAt ( int index ) : void
index int
Результат void
        public abstract void RemoveAt(int index);

Same methods

DbParameterCollection::RemoveAt ( string parameterName ) : void