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.3Syntax
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 |