Skip to main content
A newer version of this page is available. .

IDataSourceNameCreationService.ValidateName(String) Method

Validates the specified data source name on the server.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v18.2.dll

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