SqlQueryCollection.GenerateUniqueName(SqlQuery) Method
Generates the unique name for a SQL query within the collection.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v25.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| query | SqlQuery | A SqlQuery object. |
Returns
| Type | Description |
|---|---|
| String | A String value, specifying the unique query name. |
See Also