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

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.v18.2.dll

Declaration

public void CheckQueryName(
    SqlQuery query
)

Parameters

Name Type Description
query SqlQuery

A SqlQuery object.

See Also