MethodCallCodeFragment.Chain Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
Chain(MethodCallCodeFragment) |
Crea una catena di metodi da questo metodo a un altro. |
Chain(MethodInfo, Object[]) |
Crea una catena di metodi da questo metodo a un altro. |
Chain(String, Object[]) |
Obsoleti.
Crea una catena di metodi da questo metodo a un altro. |
Chain(MethodCallCodeFragment)
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
Crea una catena di metodi da questo metodo a un altro.
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment call);
abstract member Chain : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.Chain : Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function Chain (call As MethodCallCodeFragment) As MethodCallCodeFragment
Parametri
Metodo successivo.
Restituisce
Nuovo frammento che rappresenta la catena di metodi.
Si applica a
Chain(MethodInfo, Object[])
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
Crea una catena di metodi da questo metodo a un altro.
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (System.Reflection.MethodInfo methodInfo, params object[] arguments);
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (System.Reflection.MethodInfo methodInfo, params object?[] arguments);
abstract member Chain : System.Reflection.MethodInfo * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.Chain : System.Reflection.MethodInfo * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function Chain (methodInfo As MethodInfo, ParamArray arguments As Object()) As MethodCallCodeFragment
Parametri
- methodInfo
- MethodInfo
Il metodo è MethodInfo.
- arguments
- Object[]
Argomenti della chiamata al metodo successivo.
Restituisce
Nuovo frammento che rappresenta la catena di metodi.
Si applica a
Chain(String, Object[])
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
- Origine:
- MethodCallCodeFragment.cs
Attenzione
Use the overload accepting a MethodInfo
Crea una catena di metodi da questo metodo a un altro.
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (string method, params object[] arguments);
[System.Obsolete("Use the overload accepting a MethodInfo")]
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (string method, params object[] arguments);
public virtual Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment Chain (string method, params object?[] arguments);
abstract member Chain : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.Chain : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
[<System.Obsolete("Use the overload accepting a MethodInfo")>]
abstract member Chain : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
override this.Chain : string * obj[] -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Overridable Function Chain (method As String, ParamArray arguments As Object()) As MethodCallCodeFragment
Parametri
- method
- String
Nome del metodo successivo.
- arguments
- Object[]
Argomenti della chiamata al metodo successivo.
Restituisce
Nuovo frammento che rappresenta la catena di metodi.
- Attributi