次の方法で共有


ColumnAttribute コンストラクター

定義

オーバーロード

ColumnAttribute()

ColumnAttribute クラスの新しいインスタンスを初期化します。

ColumnAttribute(String)

ColumnAttribute クラスの新しいインスタンスを初期化します。

ColumnAttribute()

ColumnAttribute クラスの新しいインスタンスを初期化します。

public ColumnAttribute ();
Public Sub New ()

適用対象

ColumnAttribute(String)

ColumnAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

プロパティのマップ先の列の名前。

適用対象