Skip to main content
A newer version of this page is available. .

ConnectionPropertiesPage.Database Property

Specifies the name of a database that contains the required data.

Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard

Assembly: DevExpress.Xpf.DataAccess.v18.2.dll

Declaration

public virtual string Database { get; set; }

Property Value

Type Description
String

A String value, specifying the database name.

Remarks

This property is in effect for the following data providers.

  • Amazon Redshift
  • Firebird
  • IBM DB2
  • Microsoft SQL Server
  • MySQL
  • Pervasive PSQL
  • SAP Sybase SQL Anywhere
  • Teradata
See Also