Share via


IMethodCallCodeFragment.ChainedCall Property

Definition

Gets the next method call to chain after this.

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

Property Value

The next method call.

Applies to