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
What is spid in sql server profiler?
What are “lock” hints?
What stored procedure can you use to display the current processes?
Do you know what are the reporting services components?
Explain iaas, paas and saas?
Which sql server table is used to hold the stored procedure script?
What is change tracking in sql server?
What is data modeling and Reterminal integrity?
What is sql view?
Determine how to use the inserted and deleted pseudo tables?
Explain different forms of normalization?
How to change the system date and time from SQL Plus Terminal ?
How will you find out if there are expensive SQL statements running or not?
How to defragment indexes with alter index ... Reorganize?
What are the filtered indexes?