言語

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

定義

指定された使用済みプロパティを含むコピーを作成します。

public abstract Microsoft.EntityFrameworkCore.Metadata.ParameterBinding With(Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] consumedProperties);
abstract member With : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase[] -> Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
Public MustOverride Function With (consumedProperties As IPropertyBase()) As ParameterBinding

パラメーター

consumedProperties
IPropertyBase[]

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

返品

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

適用対象