How to: Specify Database Names

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