SaaS CMS has officially launched! Learn more now.

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