ColumnAttribute Konstruktorok

Definíció

Inicializálja a ColumnAttribute osztály új példányát.

Túlterhelések

Name Description
ColumnAttribute()

Inicializálja a ColumnAttribute osztály új példányát.

ColumnAttribute(String)

Inicializálja a ColumnAttribute osztály új példányát.

ColumnAttribute()

Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs

Inicializálja a ColumnAttribute osztály új példányát.

public:
 ColumnAttribute();
public ColumnAttribute();
Public Sub New ()

A következőre érvényes:

ColumnAttribute(String)

Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs
Forrás:
ColumnAttribute.cs

Inicializálja a ColumnAttribute osztály új példányát.

public:
 ColumnAttribute(System::String ^ name);
public ColumnAttribute(string name);
new System.ComponentModel.DataAnnotations.Schema.ColumnAttribute : string -> System.ComponentModel.DataAnnotations.Schema.ColumnAttribute
Public Sub New (name As String)

Paraméterek

name
String

Annak az oszlopnak a neve, amelybe a tulajdonság megfeleltetve van.

A következőre érvényes: