MethodCallCodeFragment Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
MethodCallCodeFragment(MethodInfo, Object[]) |
Inicializuje novou instanci MethodCallCodeFragment třídy . |
MethodCallCodeFragment(String, Object[]) |
Zastaralé.
Inicializuje novou instanci MethodCallCodeFragment třídy . |
MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment) |
Zastaralé.
Inicializuje novou instanci MethodCallCodeFragment třídy . |
MethodCallCodeFragment(String, Object[], MethodCallCodeFragment) |
Zastaralé.
Inicializuje novou instanci MethodCallCodeFragment třídy . |
MethodCallCodeFragment(MethodInfo, Object[])
Inicializuje novou instanci MethodCallCodeFragment třídy .
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())
Parametry
- methodInfo
- MethodInfo
Metoda je MethodInfo.
- arguments
- Object[]
Argumenty volání metody. Může být NestedClosureCodeFragment.
Platí pro
MethodCallCodeFragment(String, Object[])
Upozornění
Use the overload accepting a MethodInfo
Inicializuje novou instanci MethodCallCodeFragment třídy .
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())
Parametry
- method
- String
Název metody.
- arguments
- Object[]
Argumenty volání metody. Může to být fragment, například NestedClosureCodeFragment nebo PropertyAccessorCodeFragment.
- Atributy
Platí pro
MethodCallCodeFragment(MethodInfo, Object[], MethodCallCodeFragment)
Upozornění
Use the constructor without a chained call, and then invoke Chain() on the result
Inicializuje novou instanci MethodCallCodeFragment třídy .
[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)
Parametry
- methodInfo
- MethodInfo
Metoda je MethodInfo.
- arguments
- Object[]
Argumenty volání metody. Může být NestedClosureCodeFragment.
- chainedCall
- MethodCallCodeFragment
Další volání metody k řetězu po tomto.
- Atributy
Platí pro
MethodCallCodeFragment(String, Object[], MethodCallCodeFragment)
Upozornění
Use the overload accepting a MethodInfo, and then invoke Chain on the instance for the chained call
Inicializuje novou instanci MethodCallCodeFragment třídy .
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)
Parametry
- method
- String
Název metody.
- arguments
- Object[]
Argumenty volání metody. Může být NestedClosureCodeFragment.
- chainedCall
- MethodCallCodeFragment
Další volání metody k řetězu po tomto.
- Atributy
Platí pro
Entity Framework