IConventionDbFunctionBuilder.CanSetStoreType(String, Boolean) Méthode

Définition

Retourne une valeur indiquant si le type de magasin donné peut être défini pour la fonction de base de données.

public bool CanSetStoreType (string storeType, bool fromDataAnnotation = false);
public bool CanSetStoreType (string? storeType, bool fromDataAnnotation = false);
abstract member CanSetStoreType : string * bool -> bool
Public Function CanSetStoreType (storeType As String, Optional fromDataAnnotation As Boolean = false) As Boolean

Paramètres

storeType
String

Type de magasin de la 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 donné peut être défini pour la fonction de base de données.

S’applique à