ColumnAttribute Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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.