Azavea.Open.DAO.Tests.TestCommand.TestCommand C# (CSharp) Method

TestCommand() public method

Create a new TestCommand
public TestCommand ( ) : System
return System
        public TestCommand()
        {
            _dbParameters = new TestParameterCollection();
        }

Same methods

TestCommand::TestCommand ( string sql ) : System