IDataSourceNameCreationService Interface
If implemented, provides a service for validating custom data source names.
Namespace: DevExpress.DataAccess.Wizard.Services
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Remarks
An object implementing the IDataSourceNameCreationService interface is accepted as a parameter by a constructor of the ChooseDataSourceNamePage<TModel> class.
See Also