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 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