Top "Parameters" questions

Parameters are a type of variable used in a subroutine to refer to the data provided as input to the subroutine.

Pass table as parameter into sql server UDF

I'd like to pass a table as a parameter into a scaler UDF. I'd also prefer to restrict the parameter …

sql sql-server sql-server-2005 parameters user-defined-functions
Passing parameter via url to sql server reporting service

I'm trying to pass a parameter via the url to SSRS and it appears not to work! I'm trying to …

url reporting-services parameters reporting reportingservices-2005
How to pass argument to Makefile from command line?

How to pass argument to Makefile from command line? I understand I can do $ make action VAR="value" $ value with …

command-line parameters makefile arguments
Display Parameter(Multi-value) in Report

Can anyone tell me how to display all the selected value of my multi value parameter in SSRS report. When …

reporting-services parameters
Android: How can I pass parameters to AsyncTask's onPreExecute()?

I use an AsyncTask for loading operations that I implemented as an inner class. In onPreExecute() I show a loading …

android methods parameters android-asynctask
Difference between parameter and argument

Is there a difference between a "parameter" and an "argument", or are they simply synonyms?

language-agnostic parameters arguments terminology
Skip download if files exist in wget?

This is simplest example running wget: wget http://www.example.com/images/misc/pic.png but how to make wget …

parameters download command-line-interface wget
AngularJS ui router passing data between states without URL

I am facing this problem of passing data between two states without exposing the data in the url, it's like …

angularjs parameters angular-ui-router state
In Javascript/jQuery what does (e) mean?

I am new to JavaScript/jQuery and I've been learning how to make functions. A lot of functions have cropped …

javascript jquery function parameters parameter-passing
Assigning out/ref parameters in Moq

Is it possible to assign an out/ref parameter using Moq (3.0+)? I've looked at using Callback(), but Action<> …

c# parameters moq ref out