Git Product home page Git Product logo

Comments (2)

onurmx avatar onurmx commented on September 25, 2024

To be honest, I had doubts to use ExecuteScalarAsync to catch the returning value but when I check msdoc equivalent(doc) of this command. It is exactly for my specific use case and I think there is no problem with using that. Therefore, I cleared my doubts but this ticket can still stay to answer why we cannot use named parameter with out direction in prepared statements or can be closed if it is not necessary.

from npgsql.

roji avatar roji commented on September 25, 2024

@onurmx an output parameter generally isn't the right thing for executing a SQL with RETURNING - there's no function/procedure being callled, just a plain regular SQL statement returning the generated columns as a normal resultset (as if you ran a SELECT). So you can simply omit the parameter with ParameterDirection.Output, and use ExecuteReaderAsync (or ExecuteScalarAsync).

from npgsql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.