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
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()
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
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
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
Implements
Extension Methods