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

BaseStatement.GetTablesNames() Method

Returns the names of the tables that are referenced in the statement.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v21.1.dll

NuGet Package: DevExpress.Data

Declaration

public string[] GetTablesNames()

Returns

Type Description
String[]

An array of strings that specify the names of the tables that are referenced in the statement.

See Also