Showing related tags and posts accross the entire site.
-
Hi all, I am new to Net Tiers, and just have a couple of basic questions. Would appreciate the insight of those with experience using net teirs! I have created a entity, services, and data layer. 1) When do i use which layer and for what? a) Should i ever access the DataRepository directory like so:...
Posted to
.netTiers - General Support
(Forum)
by
adamknight
on
11-29-2007
Filed under: .netTiers, .netTiers Providers, EntityDataSource, Service layer, Entity Layer, Entities, ServiceLayer, Data Layer SqlClient, .net 2.0, Nettiers User Groups, DataRepository......Find, DataRepository, EntityDataSource Service Layer Query Custom Method SelectMethod SQL
-
If I have an EntityName (tablename) as a string: 1) The EnitityFactory will seemingly create the Entity object at run time given the entity name. 2) But creating the Service Object is not clear. How does one get an Entities Service object at run time? 3) Can you create a TList object at runtime if you...
-
DataRepository.MyEntityProvider.Save( myEntity ) The service layer just adds extra functionality before calling the methods in the MyEntityProvider. Check out the DataRepository class in your Data project which provides access to the Providers via static properties. hth swin