Class LanguageDB
Inheritance
System.Object
LanguageDB
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
[ServiceConfiguration]
public class LanguageDB : DataAccessBase
Constructors
LanguageDB(IDatabaseExecutor)
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
public LanguageDB(IDatabaseExecutor databaseHandler)
Parameters
Methods
List()
This member supports the EPiServer infrastructure and is not intended to be used directly from your code.
Declaration
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