Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.1 KB

columnattribute-class-microsoft-dynamics-commerce-runtime-componentmodel-dataannotations.md

File metadata and controls

62 lines (46 loc) · 2.1 KB
title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID author ms.date mtps_version f1_keywords dev_langs
ColumnAttribute Class (Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations)
ColumnAttribute Class
T:Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations.ColumnAttribute
65317735
tonyafehr
05/18/2015
v=AX.60
Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations.ColumnAttribute
CSharp
C++
VB

ColumnAttribute Class

[!INCLUDEarchive-banner]

Namespace:  Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False)> _
Public Class ColumnAttribute _
    Inherits Attribute
'Usage
Dim instance As ColumnAttribute
[AttributeUsageAttribute(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class ColumnAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property|AttributeTargets::Field, AllowMultiple = false)]
public ref class ColumnAttribute : public Attribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations.ColumnAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.ComponentModel.DataAnnotations Namespace