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.
Implements
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.DataAccess
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class ContentCoreDataDB : DataAccessBase, IContentCoreDataLoaderConstructors
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 | 
