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

Explain the microsoft sql server delete command?

0 Answers  


Can you name some of the dml commands in sql?

0 Answers  


Write a sql query to get zero records from a table having n number of records?

0 Answers   TCS,


What are rows and columns?

0 Answers  


what is the system function to get the current user's user id? : Sql server database administration

0 Answers  


How to use order by with union operators in ms sql server?

0 Answers  


What is the command to change the recovery model?

0 Answers  


Mention the different types of triggers?

0 Answers  


How can you check the level of fragmentation on a table?

0 Answers  


Does sql server 2000 clustering support load balancing?

0 Answers  


What is data source view or dsv? : sql server analysis services, ssas

0 Answers  


What is checkpoint in sql server?

0 Answers  


Categories