Share via


RuntimeTypeBase.ConstructorBinding Property

Definition

Gets or sets the InstantiationBinding for the preferred constructor.

public abstract Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding? ConstructorBinding { get; set; }
member this.ConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding with get, set
Public MustOverride Property ConstructorBinding As InstantiationBinding

Property Value

Applies to