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.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| query | SqlQuery | A SqlQuery object. |
See Also