IDataSourceNameCreationService.ValidateName(String) Method
Validates the specified data source name on the server.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the data source name. |
Returns
Type | Description |
---|---|
Boolean | true, if the validation succeeds; otherwise, false. |
See Also