ColumnAttribute Konstruktory

Definice

Inicializuje novou instanci ColumnAttribute třídy.

Přetížení

Name Description
ColumnAttribute()

Inicializuje novou instanci ColumnAttribute třídy.

ColumnAttribute(String)

Inicializuje novou instanci ColumnAttribute třídy.

ColumnAttribute()

Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs

Inicializuje novou instanci ColumnAttribute třídy.

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

Platí pro

ColumnAttribute(String)

Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs
Zdroj:
ColumnAttribute.cs

Inicializuje novou instanci ColumnAttribute třídy.

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)

Parametry

name
String

Název sloupce, na který se vlastnost mapuje.

Platí pro