共用方式為


ObjectArrayParameterBinding 類別

定義

描述從許多 EF 模型屬性、相依性插入服務或元資料類型系結至適合傳遞至一般用途處理站方法的新物件陣列,例如 通常用於建立 Proxy。

public class ObjectArrayParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ParameterBinding
type ObjectArrayParameterBinding = class
    inherit ParameterBinding
Public Class ObjectArrayParameterBinding
Inherits ParameterBinding
繼承
ObjectArrayParameterBinding

備註

如需詳細資訊和範例 ,請參閱使用建構函式的實體類型

建構函式

ObjectArrayParameterBinding(IReadOnlyList<ParameterBinding>)

建立新的 ObjectArrayParameterBinding ,以取得所有指定的 ParameterBinding 實例,並將其結合成一個系結,以初始化 的 Object 陣列。

屬性

ConsumedProperties

這個系結所處理的屬性,因此不需要以其他方式設定。

(繼承來源 ParameterBinding)
ParameterType

參數 CLR 類型。

(繼承來源 ParameterBinding)

方法

BindToParameter(ParameterBindingInfo)

建立運算式樹狀結構,表示從具體化運算式到建構函式、Factory 方法等參數之屬性值的系結。

With(IPropertyBase[])

建立包含指定已取用屬性的複本。

With(IPropertyBase[])

建立包含指定已取用屬性的複本。

(繼承來源 ParameterBinding)

適用於