Share via


RuntimeDbFunctionParameter Constructeur

Définition

Il s’agit d’une API interne qui prend en charge l’infrastructure Entity Framework Core et qui n’est pas soumise aux mêmes normes de compatibilité que les API publiques. Il peut être modifié ou supprimé sans préavis dans n’importe quelle version. Vous devez uniquement l’utiliser directement dans votre code avec une extrême prudence et sachant que cela peut entraîner des échecs d’application lors de la mise à jour vers une nouvelle version d’Entity Framework Core.

[Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal]
public RuntimeDbFunctionParameter (Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction function, string name, Type clrType, bool propagatesNullability, string storeType, Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping? typeMapping);
[<Microsoft.EntityFrameworkCore.Infrastructure.EntityFrameworkInternal>]
new Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunction * string * Type * bool * string * Microsoft.EntityFrameworkCore.Storage.RelationalTypeMapping -> Microsoft.EntityFrameworkCore.Metadata.RuntimeDbFunctionParameter
Public Sub New (function As RuntimeDbFunction, name As String, clrType As Type, propagatesNullability As Boolean, storeType As String, typeMapping As RelationalTypeMapping)

Paramètres

name
String
clrType
Type
propagatesNullability
Boolean
storeType
String
typeMapping
RelationalTypeMapping
Attributs

S’applique à