| title | ms.custom | ms.date | ms.prod | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | ms.assetid | caps.latest.revision | author | ms.author | manager | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Working with Objects |
03/30/2017 |
.net-framework |
|
article |
|
338d8a55-05cc-46b0-bbb8-1379d77068e9 |
11 |
JennieHubbard |
jhubbard |
jhubbard |
Working with Objects
The [!INCLUDEadonet_ef] enables you to query, insert, update, and delete data, which is expressed as typed common language runtime (CLR) objects that are instances of entity types. The entity types represent the entities defined in the conceptual model. The [!INCLUDEadonet_ef] maps entities and relationships that are defined in a conceptual model to a data source. The [!INCLUDEadonet_ef] provides facilities to do the following: materialize data returned from the data source as objects; track changes that were made to the objects; handle concurrency; propagate object changes back to the data source; and bind objects to controls.
For more information about working with objects in the latest version of the Entity Framework see, Working with Objects.