MethodCallCodeFragment.ChainedCall Property

Definition

Gets the next method call to chain after this.

public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment ChainedCall { get; }
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? ChainedCall { get; }
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable ReadOnly Property ChainedCall As MethodCallCodeFragment

Property Value

The next method call.

Applies to