About 23,300,000 results
Open links in new tab
  1. What's the difference between an argument and a parameter?

    Oct 1, 2008 · But a parameter accepts an argument, so it is an argument that is accepted, not a parameter. And if anything, an argument is given in a call to a parameter (or at least, some …

  2. How to pass a variable into a YAML template parameter and use it …

    Feb 15, 2025 · If you are passing a variable into a template parameter with the intention of using it as part of another runtime expression, the easiest method is to copy the parameter to a variable.

  3. Is there a way to use parameters in Databricks in SQL with …

    Sep 29, 2024 · Is there a way to use parameters in Databricks in SQL with parameter marker syntax (:param) inside create view? Asked 1 year, 1 month ago Modified 9 months ago …

  4. How to pass variable as a parameter in Execute SQL Task SSIS?

    Sep 30, 2011 · Click the parameter mapping in the left column and add each paramter from your stored proc and map it to your SSIS variable: Now when this task runs it will pass the SSIS …

  5. How do I use optional parameters in Java? - Stack Overflow

    Code like that is a code smell and should be refactored anyway--use Introduce Parameter Object or convert to FunctionalInterface and use Builder Pattern.

  6. Is it possible to add runtime parameters based on condition

    Apr 20, 2021 · Is it possible to add runtime parameters based on condition - Azure Devops Pipeline I am afraid it it impossible to runtime parameters conditionally define values based on …

  7. Does Java support default parameter values? - Stack Overflow

    I believe parameter defaults are bad practice and overloading is a much cleaner solution. You can even hide the default constructor and use static factory methods to return initialized instances. …

  8. Execute stored procedure with an Output parameter?

    Oct 19, 2009 · 60 Check this, where the first two parameters are input parameters and the 3rd is an Output parameter in the Procedure definition.

  9. Azure Pipelines: Passing a variable as a parameter to a template

    Jan 18, 2019 · The template parameter would the receive a run-time variable $(Environment). The issue was that run-time variables are not yet available at the time the value pass to …

  10. powershell mandatory parameter with default value shown

    Oct 5, 2016 · I am looking for a way to have an PowerShell script ask for an parameter which needs to be mandatory, but shown with an default value, e.g.: .\\psscript Supply values for the …