Creating the Object Model (LINQ to SQL)

You can create your object model from an existing database and use the model in its default state. You can also customize many aspects of the model and its behavior.

If you are using Visual Studio, you can use the Object Relational Designer to create your object model. For more information, see How to: Create LINQ to SQL Classes Mapped to Tables and Views (O/R Designer) and How to: Create LINQ to SQL Classes Mapped to Tables and Views (O/R Designer).

In This Section