ColumnAttribute Constructor (String^)

.NET Framework (current version)
 

Initializes a new instance of the ColumnAttribute class.

Namespace:   System.ComponentModel.DataAnnotations.Schema
Assembly:  System.ComponentModel.DataAnnotations (in System.ComponentModel.DataAnnotations.dll)

public:
ColumnAttribute(
	String^ name
)

Parameters

name
Type: System::String^

The name of the column the property is mapped to.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: