Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Populating Dataset with Table-Valued Function
Message
From
03/08/2010 15:36:51
 
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01475027
Message ID:
01475061
Views:
29
Try this:
public DataSet getCommitteesById(int iComId)
{
     return this.GetDataSet("SELECT * FROM getCommitteeMembers(@ComId)", this.CreateParameter("@ComId", iComId));
}
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform