Try our conversational search powered by Generative AI!

Class ContentCoreDataDB

Get the core Content data from the database. This should be a very fast operation, getting columns from a single row with an indexed unique column as the lookup key. This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
ContentCoreDataDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration(typeof(IContentCoreDataLoader))]
public class ContentCoreDataDB : DataAccessBase, IContentCoreDataLoader

Constructors

ContentCoreDataDB(IDatabaseHandler)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public ContentCoreDataDB(IDatabaseHandler databaseHandler)
Parameters
Type Name Description
IDatabaseHandler databaseHandler

Methods

Load(Guid)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public ContentCoreData Load(Guid guid)
Parameters
Type Name Description
System.Guid guid
Returns
Type Description
ContentCoreData

Load(Int32)

This member supports the EPiServer infrastructure and is not intended to be used directly from your code.

Declaration
public ContentCoreData Load(int contentID)
Parameters
Type Name Description
System.Int32 contentID
Returns
Type Description
ContentCoreData

Implements

Extension Methods