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

下一个方法。

返回

表示方法链的新片段。

适用于