次の方法で共有


PropertyParameterBinding(IProperty) コンストラクター

定義

指定IPropertyした の新しいPropertyParameterBindingインスタンスを作成します。

public PropertyParameterBinding (Microsoft.EntityFrameworkCore.Metadata.IProperty property);
new Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding : Microsoft.EntityFrameworkCore.Metadata.IProperty -> Microsoft.EntityFrameworkCore.Metadata.PropertyParameterBinding
Public Sub New (property As IProperty)

パラメーター

property
IProperty

バインドするプロパティ。

適用対象