SaaS CMS has officially launched! Learn more now.

Class EPiServerDataColumnAttribute

Attribute that can be used to specify which database column a property should be mapped to

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

Constructors

EPiServerDataColumnAttribute()

Declaration
public EPiServerDataColumnAttribute()

Properties

ColumnName

The name of the column to map the property to

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

Extension Methods