Share via


FluentApiCodeFragment.From(MethodCallCodeFragment) Method

Definition

Creates a new fluent API method call from an existing method call.

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

Parameters

call
MethodCallCodeFragment

The existing method call.

Returns

The new fluent API method call.

Applies to