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

IDataSourceNameCreationService Interface

If implemented, provides a service for validating custom data source names.

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public interface IDataSourceNameCreationService

Remarks

An object implementing the IDataSourceNameCreationService interface is accepted as a parameter by a constructor of the ChooseDataSourceNamePage<TModel> class.

See Also