Freigeben über


FluentApiCodeFragment.From(MethodCallCodeFragment) Methode

Definition

Erstellt einen neuen Fluent-API-Methodenaufruf aus einem vorhandenen Methodenaufruf.

public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? From (Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment? call);
static member From : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
Public Shared Function From (call As MethodCallCodeFragment) As FluentApiCodeFragment

Parameter

call
MethodCallCodeFragment

Der vorhandene Methodenaufruf.

Gibt zurück

Der neue Aufruf der Fluent-API-Methode.

Gilt für: