FluentApiCodeFragment.ChainedCall 属性

定义

获取在此之后对 chain 的下一个方法调用。

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

属性值

下一个方法调用。

适用于