Partager via


RuntimeDbFunction.AddParameter Méthode

Définition

Ajoute un paramètre à la fonction .

public virtual Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter AddParameter (string name, Type clrType, bool propagatesNullability, string storeType, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping = default);
abstract member AddParameter : string * Type * bool * string * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter
override this.AddParameter : string * Type * bool * string * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter
Public Overridable Function AddParameter (name As String, clrType As Type, propagatesNullability As Boolean, storeType As String, Optional typeMapping As RelationalTypeMapping = Nothing) As RuntimeDbFunctionParameter

Paramètres

name
String

Le nom du paramètre.

clrType
Type

Le type du paramètre.

propagatesNullability
Boolean

Valeur qui indique si le paramètre propage la possibilité de valeur Null.

storeType
String

Type de magasin de ce paramètre.

typeMapping
RelationalTypeMapping

RelationalTypeMapping pour ce paramètre.

Retours

Nouveau paramètre.

S’applique à