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

DataProvider.DefaultTableAlias Property

Gets the alias that is used for tables in a database, by default.

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v21.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static string DefaultTableAlias { get; }

Property Value

Type Description
String

A String value.

See Also