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 are ajax helpers in mvc?
What is routeconfig.cs in mvc 4?
What is difference between razor and web form engine?
Is .net framework going away?
What is viewbag?
what is code first approach?
Is .net core replacing .net framework?
Is it possible to share a view across multiple controllers?
What is the purpose of a web form?
How do I use partial view?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
Mention some action filters which are used regularly in ASP.Net MVC?
How route table has been created in ASP.NET ASP.Net MVC?
Is dapper faster than entity framework?
How do you handle variable number of segments in a route definition?