Share via


IMethodCallCodeFragment.ChainedCall Property

Definition

Gets the next method call to chain after this.

[System.Runtime.CompilerServices.Nullable(2)]
public Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment? ChainedCall { get; }
public Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment? ChainedCall { get; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.IMethodCallCodeFragment
Public ReadOnly Property ChainedCall As IMethodCallCodeFragment

Property Value

The next method call.

Attributes

Applies to