次の方法で共有


DependencyInjectionMethodParameterBinding.With(IPropertyBase[]) メソッド

定義

使用される特定のプロパティを含むコピーを作成します。

public override Microsoft.EntityFrameworkCore.Metadata.ParameterBinding With (Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
override this.With : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public Overrides Function With (consumedProperties As IPropertyBase()) As ParameterBinding

パラメーター

consumedProperties
IPropertyBase[]

使用された新しいプロパティ。

戻り値

使用されたプロパティが置き換えられたコピー。

適用対象