Sdílet prostřednictvím


MethodCallCodeFragment.Chain Metoda

Definice

Přetížení

Chain(MethodCallCodeFragment)

Vytvoří řetěz metody z této metody do jiné.

Chain(MethodInfo, Object[])

Vytvoří řetěz metody z této metody do jiné.

Chain(String, Object[])
Zastaralé.

Vytvoří řetěz metody z této metody do jiné.

Chain(MethodCallCodeFragment)

Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs

Vytvoří řetěz metody z této metody do jiné.

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

Parametry

call
MethodCallCodeFragment

Další metoda.

Návraty

Nový fragment představující řetězec metody.

Platí pro

Chain(MethodInfo, Object[])

Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs

Vytvoří řetěz metody z této metody do jiné.

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

Parametry

methodInfo
MethodInfo

Metoda je MethodInfo.

arguments
Object[]

Argumenty volání další metody.

Návraty

Nový fragment představující řetězec metody.

Platí pro

Chain(String, Object[])

Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs
Zdroj:
MethodCallCodeFragment.cs

Upozornění

Use the overload accepting a MethodInfo

Vytvoří řetěz metody z této metody do jiné.

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

Parametry

method
String

Název další metody.

arguments
Object[]

Argumenty volání další metody.

Návraty

Nový fragment představující řetězec metody.

Atributy

Platí pro