How to: Specify Database Names (LINQ to SQL)

Use the Name property on a DatabaseAttribute attribute to specify the name of a database when a name is not supplied by the connection.

For code samples, see Name.

To specify the name of the database

  1. Add the DatabaseAttribute attribute to the class declaration for the database.

  2. Add the Name property to the DatabaseAttribute attribute.

  3. Set the Name property value to the name that you want to specify.

See Also

Concepts

The LINQ to SQL Object Model

Other Resources

How to: Customize Entity Classes by Using the Code Editor (LINQ to SQL)