What is "out" parameter how it is used in methods?
Answer Posted / sendhil vel
methods cannot have out parameters only parameters with ref
or value can be passed to method/function
When we talk about procedures in Sql server we can have out
parameters. They are mainly used when you want to return
multiple values and non numeric values from the sql
procedures
They are usefull when you are calling a procedure from
another procedure and need some specfic values
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is separation of concerns in asp.net mvc?
which are the key concepts of entity data model?
What are the new features 3.5 framework against with the tool?
what is entity framework advantage?
What is the mvc pattern (model view controller pattern)?
What is the use of view model in asp.net mvc?
Explain test driven development (tdd) ?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is the use of display modes?
What are the sub types of ActionResult?
Explain what languages does the .net framework support?
Explain the advantage of packaging over xcopy in .net?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is Layout in ASP.Net MVC?
Explain the request flow in asp.net mvc framework?