Working with Objects (Entity Framework)
Topics in this section describe how to use Object Services to create, change, and delete objects in an object context, how to handle concurrency in the data source, and how to bind objects to controls.
In This Section
- Adding, Modifying, and Deleting Objects (Entity Framework)
Describes adding, modifying, and deleting objects.
- Saving Changes and Managing Concurrency (Entity Framework)
Describes how to save changes to the data source, and how to manage concurrency in the data source.
- Binding Objects to Controls (Entity Framework)
Describes how to bind objects to Windows Forms controls.
- Working with Entity Keys (Entity Framework)
Describes how to create and work with entity keys.
- Serializing Objects (Entity Framework)
Describes how to serialize objects.
- Complex Type Objects (Entity Framework)
Describes how to work with complex types in the object context.
- Referential Constraints (Entity Framework)
Defines how referential constraints are supported by Object Services.
See Also
Concepts
Object Services Overview (Entity Framework)
Quickstart (Entity Framework)