FluentApiCodeFragment.From(MethodCallCodeFragment) 메서드

정의

기존 메서드 호출에서 새 흐름 API 메서드 호출을 만듭니다.

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

매개 변수

call
MethodCallCodeFragment

기존 메서드 호출입니다.

반환

새 Fluent API 메서드 호출입니다.

적용 대상