共用方式為


FluentApiCodeFragment.Chain(FluentApiCodeFragment) 方法

定義

從這個方法建立方法鏈結到另一個方法。

public virtual Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment Chain (Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment call);
abstract member Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
override this.Chain : Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Overridable Function Chain (call As FluentApiCodeFragment) As FluentApiCodeFragment

參數

call
FluentApiCodeFragment

下一個方法。

傳回

表示方法鏈結的新片段。

適用於