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

SqlQueryCollection.Remove(SqlQuery) Method

Removes the specified query from the collection.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public bool Remove(
    SqlQuery item
)

Parameters

Name Type Description
item SqlQuery

A SqlQuery object.

Returns

Type Description
Boolean

true if the specified query has been found and removed; otherwise false.

See Also