共用方式為


ConstructorBinding 類別

定義

定義實體類型的 CLR ConstructorInfo 參數系結。

public class ConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
type ConstructorBinding = class
    inherit InstantiationBinding
Public Class ConstructorBinding
Inherits InstantiationBinding
繼承
ConstructorBinding

備註

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

建構函式

ConstructorBinding(ConstructorInfo, IReadOnlyList<ParameterBinding>)

建立新的 ConstructorBinding 執行個體。

屬性

Constructor

系結 ConstructorInfo 的 。

ParameterBindings

使用的實例集合 ParameterBinding

(繼承來源 InstantiationBinding)
RuntimeType

將從為此系結所建立的運算式樹狀結構建立的類型。

方法

CreateConstructorExpression(ParameterBindingInfo)

建立 , NewExpression 表示使用指定的建構函式建立實體實例。

With(IReadOnlyList<ParameterBinding>)

建立包含指定參數系結的複本。

With(IReadOnlyList<ParameterBinding>)

建立包含指定參數系結的複本。

(繼承來源 InstantiationBinding)

適用於