Skip to main content

SqlQueryCollection.ContainsName(String) Method

Indicates whether or not a query with the specified name exists in the SqlQueryCollection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public bool ContainsName(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the query name.

Returns

Type Description
Boolean

true if a query with the specified name exists in the collection; otherwise false.

See Also