다음을 통해 공유


MethodCallCodeFragment 생성자

정의

오버로드

MethodCallCodeFragment(MethodInfo, Object[])

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

MethodCallCodeFragment(String, Object[])
사용되지 않음.

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)
사용되지 않음.

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)
사용되지 않음.

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

MethodCallCodeFragment(MethodInfo, Object[])

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

public MethodCallCodeFragment (System.Reflection.MethodInfo methodInfo, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : System.Reflection.MethodInfo * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (methodInfo As MethodInfo, ParamArray arguments As Object())

매개 변수

methodInfo
MethodInfo

메서드의 입니다 MethodInfo.

arguments
Object[]

메서드 호출의 인수입니다. NestedClosureCodeFragment일 수 있습니다.

적용 대상

MethodCallCodeFragment(String, Object[])

주의

Use the overload accepting a MethodInfo

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

public MethodCallCodeFragment (string method, params object[] arguments);
[System.Obsolete("Use the overload accepting a MethodInfo")]
public MethodCallCodeFragment (string method, params object?[] arguments);
public MethodCallCodeFragment (string method, params object?[] arguments);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
[<System.Obsolete("Use the overload accepting a MethodInfo")>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (method As String, ParamArray arguments As Object())

매개 변수

method
String

메서드의 이름입니다.

arguments
Object[]

메서드 호출의 인수입니다. 또는 PropertyAccessorCodeFragment와 같은 NestedClosureCodeFragment 조각일 수 있습니다.

특성

적용 대상

MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)

주의

Use the constructor without a chained call, and then invoke Chain() on the result

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

[System.Obsolete("Use the constructor without a chained call, and then invoke Chain() on the result", true)]
public MethodCallCodeFragment (System.Reflection.MethodInfo methodInfo, object?[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
[<System.Obsolete("Use the constructor without a chained call, and then invoke Chain() on the result", true)>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : System.Reflection.MethodInfo * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (methodInfo As MethodInfo, arguments As Object(), chainedCall As MethodCallCodeFragment)

매개 변수

methodInfo
MethodInfo

메서드의 입니다 MethodInfo.

arguments
Object[]

메서드 호출의 인수입니다. NestedClosureCodeFragment일 수 있습니다.

chainedCall
MethodCallCodeFragment

다음 메서드는 이 후에 체인을 호출합니다.

특성

적용 대상

MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)

주의

Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call

MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다.

public MethodCallCodeFragment (string method, object[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
[System.Obsolete("Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call")]
public MethodCallCodeFragment (string method, object?[] arguments, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment chainedCall);
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
[<System.Obsolete("Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call")>]
new Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment : string * obj[] * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Sub New (method As String, arguments As Object(), chainedCall As MethodCallCodeFragment)

매개 변수

method
String

메서드의 이름입니다.

arguments
Object[]

메서드 호출의 인수입니다. NestedClosureCodeFragment일 수 있습니다.

chainedCall
MethodCallCodeFragment

다음 메서드는 이 후에 체인을 호출합니다.

특성

적용 대상