A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class EPiServerDataTableAttribute

An attribute that can specify which database table a type should be mapped to

Inheritance
System.Object
EPiServerDataTableAttribute
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3
Syntax
public sealed class EPiServerDataTableAttribute : Attribute

Constructors

EPiServerDataTableAttribute()

Declaration
public EPiServerDataTableAttribute()

Properties

TableName

The name of the table to map the type to

Declaration
public string TableName { get; set; }
Property Value
Type Description
System.String

Extension Methods