How can we call UDF(User Define Function) using C# code in
ASP.net ?
Answer Posted / reventh
yes you can call a function.
sqlcommand cmd=new sqlcommand("select function
(parametter)");
sqldatareader rdr=cmd.excutereader();
while(rdr.read()
{
do something here;
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to change the ownership of a schema in ms sql server?
What are the advantages of policy management?
Explain subquery and state its properties?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
Can we call stored procedure in trigger?
How can I create a new template for import ? : sql server management studio
What is the minimum and maximum number of partitions required for a measure group? : sql server analysis services, ssas
Explain use of expression builder.
What is self join in sql server joins?
What is the report builder?
let's assume you have data that resides on sql server 6.5. You have to move it sql server 7.0. How are you going to do it? : Sql server database administration
What are the character string functions supported by sql server 2005?
What is read committed?
What is checkpoint process in the sql server?
How to create a scrollable cursor with the scroll option?