Condividi tramite


FluentApiCodeFragment.From(MethodCallCodeFragment) Metodo

Definizione

Crea una nuova chiamata al metodo API fluente da una chiamata al metodo esistente.

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

Parametri

call
MethodCallCodeFragment

Chiamata al metodo esistente.

Restituisce

Nuova chiamata al metodo API fluente.

Si applica a