Partager via


MethodCallCodeFragment.Chain Méthode

Définition

Surcharges

Chain(MethodCallCodeFragment)

Crée une chaîne de méthode de cette méthode à une autre.

Chain(MethodInfo, Object[])

Crée une chaîne de méthode de cette méthode à une autre.

Chain(String, Object[])
Obsolète.

Crée une chaîne de méthode de cette méthode à une autre.

Chain(MethodCallCodeFragment)

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Crée une chaîne de méthode de cette méthode à une autre.

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

Paramètres

call
MethodCallCodeFragment

Méthode suivante.

Retours

Nouveau fragment représentant la chaîne de méthode.

S’applique à

Chain(MethodInfo, Object[])

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Crée une chaîne de méthode de cette méthode à une autre.

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

Paramètres

methodInfo
MethodInfo

La méthode est MethodInfo.

arguments
Object[]

Arguments de l’appel de méthode suivant.

Retours

Nouveau fragment représentant la chaîne de méthode.

S’applique à

Chain(String, Object[])

Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs
Source:
MethodCallCodeFragment.cs

Attention

Use the overload accepting a MethodInfo

Crée une chaîne de méthode de cette méthode à une autre.

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

Paramètres

method
String

Nom de la méthode suivante.

arguments
Object[]

Arguments de l’appel de méthode suivant.

Retours

Nouveau fragment représentant la chaîne de méthode.

Attributs

S’applique à