Skip to main content

IDataSourceNameCreationService Interface

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

Namespace: DevExpress.DataAccess.Wizard.Services

Assembly: DevExpress.DataAccess.v23.2.dll

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

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