Skip to main content

DataProvider.DefaultTableAlias Property

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

Namespace: DevExpress.XtraReports.Data

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static string DefaultTableAlias { get; }

Property Value

Type Description
String

A String value.

See Also