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 does mvvm mean?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What is stateless model?
What are the main features of asp.net mvc 4 used by asp.net web api?
what is complex type?
Explain test driven development (tdd) ?
differences between poco, model first and data first approach?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
Explain representational state transfer (rest) in detail?
How we can add the CSS in ASP.Net MVC?
What is razor code?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
Explain entity lifecycle? : Entity framework
What is filters in web api?