共用方式為


ContextParameterBinding 類別

定義

描述 與建構函式、Factory 方法或類似參數的系結 DbContext ,這個系結可能或可能也沒有 和 相關聯 IServiceProperty

public class ContextParameterBinding : Microsoft.EntityFrameworkCore.Metadata.ServiceParameterBinding
type ContextParameterBinding = class
    inherit ServiceParameterBinding
Public Class ContextParameterBinding
Inherits ServiceParameterBinding
繼承

備註

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

建構函式

ContextParameterBinding(Type, IPropertyBase)

為指定的服務類型建立新的 ServiceParameterBinding 實例。

ContextParameterBinding(Type, IPropertyBase[])

為指定的服務類型建立新的 ServiceParameterBinding 實例。

屬性

ConsumedProperties

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

(繼承來源 ParameterBinding)
ParameterType

參數 CLR 類型。

(繼承來源 ParameterBinding)
ServiceDelegate

在實體實例上設定 CLR 服務屬性的委派。

(繼承來源 ServiceParameterBinding)
ServiceType

EF 內部服務 CLR 類型。

(繼承來源 ServiceParameterBinding)

方法

BindToParameter(Expression, Expression)

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

BindToParameter(ParameterBindingInfo)

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

(繼承來源 ServiceParameterBinding)
With(IPropertyBase[])

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

With(IPropertyBase[])

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

(繼承來源 ParameterBinding)

適用於