Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can we call UDF(User Define Function) using C# code in
ASP.net ?



How can we call UDF(User Define Function) using C# code in ASP.net ?..

Answer / 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

More SQL Server Interview Questions

What are the advantages of log shipping?

0 Answers  


please bar with my english i having a database called tblhallreservation in which res_date is date field has to select all the fields in table deponding on month either has to display all details for the month jan or feb and so on

1 Answers  


How can you swap values between two rows in a table using single- SQL statement?

1 Answers   Tavant Technologies, Virtusa,


How to insert new line characters into strings?

0 Answers  


Differencr Between DELETE and TRUNCATE?

3 Answers   ADP,


How to execute the cursor queries with "open" statements?

0 Answers  


What happens if null values are involved in string operations?

0 Answers  


Differentiate between a local and a global temporary table?

0 Answers  


What are the dis_advantages of stored procedures, triggers, indexes?

0 Answers  


How to get a list of columns in a view using the "sp_columns" stored procedure?

0 Answers  


How to manipulate data from one table to another table ?

0 Answers   MCN Solutions,


Explain filestream storage of sql server 2008?

0 Answers  


Categories