What is Entity? It means Row or Table?

Posts   
 
    
kakaiya
User
Posts: 182
Joined: 20-Mar-2004
# Posted on: 27-Oct-2005 07:42:05   

What is Entity? It means Row or Table, and what is EntityCollection?

Regards

Kaksss

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39933
Joined: 17-Aug-2003
# Posted on: 27-Oct-2005 11:08:04   

Please see the concepts section, 'Entities, typed lists and typed views' in the documentation.

Entity definition == table/view definition Entity instance == data in 1 row in 1 or more tables/views.

Entity object is in-memory instance of a container which can contain (if you fetch an entity) an entity instance (i.e. the data).

Frans Bouma | Lead developer LLBLGen Pro