次の方法で共有


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

次のメソッド。

戻り値

メソッド チェーンを表す新しいフラグメント。

適用対象