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
Explain few examples of RDBMS?
What is dml command?
Do you know what is difference between stored procedure and user defined function?
What encryption security is available in sql azure?
What is PROJECTION Operation?
How column data types are determined in a view?
Can you explain what is indexed view? How to create it?
Which data type columns are the best candidates for full-text indexing?
What is catalog views?
Define self join in sql server joins?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
Data table as parameter in sql server?
Can you explain the disadvantages/limitation of the cursor?
What happens if we shrink log file in sql server?
is it important for a database administrator to understand the operating system and file access? : Sql server administration