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

SetParameter() protected method

protected SetParameter ( int index, DbParameter value ) : void
index int
value System.Data.Common.DbParameter
return void
        protected override void SetParameter(int index, DbParameter value)
        {
            throw new NotImplementedException();
        }

Same methods

TestParameterCollection::SetParameter ( string parameterName, DbParameter value ) : void