Share via


FluentApiCodeFragment.ChainedCall Property

Definition

Gets the next method call to chain after this.

public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? ChainedCall { get; set; }
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment with get, set
Public Overridable Property ChainedCall As FluentApiCodeFragment

Property Value

The next method call.

Applies to