The following sections
describe attributes, child elements, and parent elements.
Attributes
Attribute
|
Description
|
connectionString
|
Required String attribute.
Defines the connection string value. The
value can be an empty string (""). No checking is done to verify
its validity.
The default is an empty string
("").
|
name
|
Required String attribute.
Defines the key to use to access the
connection string value. This attribute overrides any inherited key with the
same name.
The default is an empty string
("").
|
providerName
|
Optional String attribute.
The name of the ADO.NET provider to use to
access the underlying data store.
The default is "System.Data.SqlClient".
|