SaaS CMS has officially launched! Learn more now.

Interface IDataStoreProviderFactory

Used to create a DataStoreProvider

Namespace: EPiServer.Data.Dynamic.Providers
Assembly: EPiServer.Data.dll
Version: 11.20.7
Syntax
public interface IDataStoreProviderFactory

Methods

Create()

Declaration
DataStoreProvider Create()
Returns
Type Description
DataStoreProvider

Extension Methods