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

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

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