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
Is dapper better than entity framework?
What are child actions in ASP.Net MVC?
What you mean by routing in mvc?
What are the main components of .net framework?
What is the full form of sp?
What are Non Action methods in ASP.Net MVC?
What are the advantages of asp.net mvc?
what is eager loading?
Is it possible to share a view across multiple controllers?
What is entity framework firstordefault?
Does windows 10 need .net framework?
Explain the advantages of asp.net mvc over asp.net?
What is Separation of Concerns in ASP.NET ASP.Net MVC?
What is razor code?
Explain test driven development (tdd) ?