Share via


FluentApiCodeFragment.ChainedCall Property

Definition

Gets the next method call to chain after this.

[System.Runtime.CompilerServices.Nullable(2)]
public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? ChainedCall { get; set; }
public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? ChainedCall { get; set; }
[<System.Runtime.CompilerServices.Nullable(2)>]
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment with get, set
member this.ChainedCall : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment with get, set
Public Overridable Property ChainedCall As FluentApiCodeFragment

Property Value

The next method call.

Attributes

Applies to