A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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