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

定義

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

public BackingFieldAttribute (string name);
new Microsoft.EntityFrameworkCore.BackingFieldAttribute : string -> Microsoft.EntityFrameworkCore.BackingFieldAttribute
Public Sub New (name As String)

パラメーター

name
String

バッキング フィールドの名前。

適用対象