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 read data in a table with "select" statements?
What area unit the various kinds of info compression introduced in sql server 2008?
How to use wildcard characters in like operations in ms sql server?
Mention the different types of triggers?
What is truncate table?
Can we call stored procedure in view in sql server?
Can sql server be linked with other servers like oracle?
Which tcp/ip port does sql server run on? How can it be changed?
What is the maximum rows in sql server table?
How many triggers are possible per table?
Is sql different from sql server?
How many clustered indexes can be created on a table? I create a separate index on each column of a table. what are the advantages and disadvantages of this approach?
What is a functions and types in sql server?
Can sql server 2016 run on windows 7?
What is cdc in sql server?