Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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