Azavea.Open.DAO.Tests.TestParameterCollection.GetParameter C# (CSharp) Method

GetParameter() protected method

protected GetParameter ( int index ) : DbParameter
index int
return System.Data.Common.DbParameter
        protected override DbParameter GetParameter(int index)
        {
            return _parameters[index];
        }

Same methods

TestParameterCollection::GetParameter ( string parameterName ) : DbParameter