次の方法で共有


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

次のメソッドは、この後にチェーンを呼び出します。

属性

適用対象