Try our conversational search powered by Generative AI!

Class FrameDB

Database class for accessing frame information This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
FrameDB
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[ServiceConfiguration]
public class FrameDB : DataAccessBase

Constructors

FrameDB(IDatabaseHandler)

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

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

Methods

List()

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

Declaration
public DataSet List()
Returns
Type Description
System.Data.DataSet

Save(DataSet)

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

Declaration
public DataSet Save(DataSet data)
Parameters
Type Name Description
System.Data.DataSet data
Returns
Type Description
System.Data.DataSet

Extension Methods