IEntityType.ServiceOnlyConstructorBinding Property

Definition

Gets the InstantiationBinding for the preferred constructor when creating instances with only service properties initialized.

public Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding? ServiceOnlyConstructorBinding { get; }
member this.ServiceOnlyConstructorBinding : Microsoft.EntityFrameworkCore.Metadata.InstantiationBinding
Public ReadOnly Property ServiceOnlyConstructorBinding As InstantiationBinding

Property Value

Applies to