SqlServerConnectionParametersBase.DatabaseName Property
Gets or sets the name of the database that contains the required data.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Property Value
| Type | Description |
|---|---|
| String | A String that specifies the name of the database that contains the required data. |
Remarks
To specify the server name, use the SqlServerConnectionParametersBase.ServerName property.
Use the SqlServerConnectionParametersBase.UserName and SqlServerConnectionParametersBase.Password properties to provide user credentials.
See Also