DefaultValueBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義參數系結,以建立型別的預設值。
public class DefaultValueBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
type DefaultValueBinding = class
inherit InstantiationBinding
Public Class DefaultValueBinding
Inherits InstantiationBinding
- 繼承
備註
如需詳細資訊和範例 ,請參閱使用建構函式的實體類型 。
建構函式
DefaultValueBinding(Type) |
建立新的 DefaultValueBinding 執行個體。 |
屬性
ParameterBindings |
使用的實例集合 ParameterBinding 。 (繼承來源 InstantiationBinding) |
RuntimeType |
將從為此系結建立的運算式樹狀結構建立的類型。 |
方法
CreateConstructorExpression(ParameterBindingInfo) |
MethodCallExpression使用指定的 方法建立 。 |
With(IReadOnlyList<ParameterBinding>) |
建立包含指定參數系結的複本。 |