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

BaseStatement.GetTablesNames(BaseStatement[]) Method

Returns the names of the tables that are referenced in the specified statements.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public static string[] GetTablesNames(
    params BaseStatement[] statements
)

Parameters

Name Type Description
statements BaseStatement[]

An array of BaseStatement descendants that represents statements.

Returns

Type Description
String[]

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

See Also