Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ver. 1.1 NewRow() changes?
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Ver. 1.1 NewRow() changes?
Divers
Thread ID:
00866777
Message ID:
00866777
Vues:
62
In a former app I had allot of these types of BizObject calls:

public DataSet GetEmptyDataSetName()
{
this.NewRow();
return this.GetCurrentDataSet();
}

Seems that this no longer works, but compiles? In the whats new doc it states that this is now a datarow function instead of a dataset.

Any idea on how to get a DataSet with a single blank row now?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform