SaaS CMS has officially launched! Learn more now.

Class DataStoreProviderOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
DataStoreProviderOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Data.Dynamic.Internal
Assembly: EPiServer.Data.dll
Version: 10.10.4
Syntax
[Options]
public class DataStoreProviderOptions

Constructors

DataStoreProviderOptions()

Declaration
public DataStoreProviderOptions()

Properties

DefaultDataStoreProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The factory for the DataStore provider that is to be used by default. Default provider is DataStoreProvider

Declaration
public Func<IServiceLocator, DataStoreProvider> DefaultDataStoreProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, DataStoreProvider>

Extension Methods