Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Populating Dataset with Table-Valued Function
Message
De
03/08/2010 15:36:51
 
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01475027
Message ID:
01475061
Vues:
30
Try this:
public DataSet getCommitteesById(int iComId)
{
     return this.GetDataSet("SELECT * FROM getCommitteeMembers(@ComId)", this.CreateParameter("@ComId", iComId));
}
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform