MethodCallCodeFragment.Chain Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
Chain(MethodCallCodeFragment) |
Cria uma cadeia de métodos desse método para outra. |
Chain(MethodInfo, Object[]) |
Cria uma cadeia de métodos desse método para outra. |
Chain(String, Object[]) |
Obsoleto.
Cria uma cadeia de métodos desse método para outra. |
Chain(MethodCallCodeFragment)
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
Cria uma cadeia de métodos desse método para outra.
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
Parâmetros
O próximo método.
Retornos
Um novo fragmento que representa a cadeia de métodos.
Aplica-se a
Chain(MethodInfo, Object[])
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
Cria uma cadeia de métodos desse método para outra.
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
Parâmetros
- methodInfo
- MethodInfo
O do MethodInfométodo .
- arguments
- Object[]
Os argumentos da próxima chamada de método.
Retornos
Um novo fragmento que representa a cadeia de métodos.
Aplica-se a
Chain(String, Object[])
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
- Origem:
- MethodCallCodeFragment.cs
Cuidado
Use the overload accepting a MethodInfo
Cria uma cadeia de métodos desse método para outra.
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
Parâmetros
- method
- String
O nome do próximo método.
- arguments
- Object[]
Os argumentos da próxima chamada de método.
Retornos
Um novo fragmento que representa a cadeia de métodos.
- Atributos
Aplica-se a
Entity Framework