London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IDataStoreProviderFactory

Used to create a DataStoreProvider

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

Methods

Create()

Declaration
DataStoreProvider Create()
Returns
Type Description
DataStoreProvider

Extension Methods