Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Entity Row
Message
De
04/10/2006 18:16:41
Jeff Corder
Ambit Technologies, LLC
Missouri, États-Unis
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Setting Entity Row
Versions des environnements
Database:
MS SQL Server
Divers
Thread ID:
01159544
Message ID:
01159544
Vues:
54
I am trying to step through a Business Object's Data Table. I have been trying to use the Entity.SetDataRow() method, but it isn't changing the data for the entity.

I'm using
oInvoice.Entity.SetDataRow(oInvoice.DataSet.Tables[0].Rows[InvoiceRow]);

After this line executes, the Entity is not changing (checking oInvoice.Entity.BalanceDue and comparing the fields of the Rows[] they are different). I can't use a foreach in this instance.

I'm sure I'm doing something wrong (not the first time - ask Kevin). I'm open to suggestions on how I should be moving through the data.

Thanks,
Jeff
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform