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.3Syntax
public sealed class EPiServerDataTableAttribute : AttributeConstructors
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 | 
