IDataSourceNameCreationService.ValidateName(String) Method
Validates the specified data source name on the server.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
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