Freigeben über


FluentApiCodeFragment.Chain(FluentApiCodeFragment) Methode

Definition

Erstellt eine Methodenkette von dieser Methode zu einer anderen.

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

Parameter

call
FluentApiCodeFragment

Die nächste Methode.

Gibt zurück

Ein neues Fragment, das die Methodenkette darstellt.

Gilt für: