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

クラスのマップ先のテーブルの名前。

適用対象