Skip to main content

SqlQueryCollection.GenerateUniqueName(SqlQuery) Method

Generates the unique name for a SQL query within the collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public string GenerateUniqueName(
    SqlQuery query
)

Parameters

Name Type Description
query SqlQuery

A SqlQuery object.

Returns

Type Description
String

A String value, specifying the unique query name.

See Also