TableAttribute(String) コンストラクター

定義

指定したテーブル名を使用して、 TableAttribute クラスの新しいインスタンスを初期化します。

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

パラメーター

name
String

クラスがマップされるテーブルの名前。

適用対象