Skip to main content

SqlQueryCollection.CheckQueryName(SqlQuery) Method

Checks whether or not a query with the specified name can be added to the SqlQueryCollection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public void CheckQueryName(
    SqlQuery query
)

Parameters

Name Type Description
query SqlQuery

A SqlQuery object.

See Also