MethodCallCodeFragment 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
MethodCallCodeFragment(MethodInfo, Object[]) |
MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다. |
MethodCallCodeFragment(String, Object[]) |
사용되지 않음.
MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다. |
MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment) |
사용되지 않음.
MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다. |
MethodCallCodeFragment(String, Object[], MethodCallCodeFragment) |
사용되지 않음.
MethodCallCodeFragment 클래스의 새 인스턴스를 초기화합니다. |
MethodCallCodeFragment(MethodInfo, Object[])
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
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[])
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
주의
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)
- Source:
- MethodCallCodeFragment.cs
주의
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)
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
- Source:
- MethodCallCodeFragment.cs
주의
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
다음 메서드는 이 후에 체인을 호출합니다.
- 특성
적용 대상
Entity Framework