Share via


DbFunctionParameterBuilder.IConventionDbFunctionParameterBuilder.CanSetStoreType Méthode

Définition

Retourne une valeur indiquant si le type de magasin peut être défini pour cette propriété à partir de la source de configuration actuelle.

bool IConventionDbFunctionParameterBuilder.CanSetStoreType (string storeType, bool fromDataAnnotation);
abstract member Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.CanSetStoreType : string * bool -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IConventionDbFunctionParameterBuilder.CanSetStoreType : string * bool -> bool
Function CanSetStoreType (storeType As String, fromDataAnnotation As Boolean) As Boolean Implements IConventionDbFunctionParameterBuilder.CanSetStoreType

Paramètres

storeType
String

Type de magasin du paramètre de fonction dans la base de données.

fromDataAnnotation
Boolean

Indique si la configuration a été spécifiée à l’aide d’une annotation de données.

Retours

True si le type de magasin peut être défini pour cette propriété.

Implémente

S’applique à