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

ExecuteScalar() public method

public ExecuteScalar ( ) : object
return object
        public override object ExecuteScalar()
        {
            throw new NotImplementedException();
        }