Skip to main content

IDataSourceNameCreationService.ValidateName(String) Method

Validates the specified data source name on the server.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

bool ValidateName(
    string name
)

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