Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IDatabaseMode

Interface for accessing database mode

Namespace: EPiServer.Data
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public interface IDatabaseMode

Properties

DatabaseMode

Returns the database mode.

Declaration
DatabaseMode DatabaseMode { get; }
Property Value
Type Description
DatabaseMode

Extension Methods