Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Typed Data Sets
Message
De
16/04/2007 14:49:54
 
 
À
16/04/2007 14:27:37
Information générale
Forum:
ASP.NET
Catégorie:
ADO.NET
Divers
Thread ID:
01216337
Message ID:
01216436
Vues:
18
Thanks for the link. I'll look at it.

>Craig,
>
>I use Nettiers, www.nettiers.com which creates through code generation and based on ORM and 3 tiers design, typed datasets.
>They offer a lot of flexibility, are fast and I'm very pleased with them.
>
>Some code example :
>Employee employee=new Employee();
>employee.Name="John";
>EmployeeProvider.Save(employee);
>
>or
>Employee employee=EmployeeProvider.GetByEmployeeID(12); //primary key
>employee.Salary=4000;
>EmployeeProvider.Save(employee);
>
>or
>EmployeeCollection employees=EmployeeProvider.GetByDepartmentID(10); //foreign key
>
>
>All I need to code, the rest is generated behind the scenes.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform