Partager via


IConventionDbFunction.SetStoreType(String, Boolean) Méthode

Définition

Définit le type de magasin de la fonction dans la base de données.

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

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

Valeur configurée.

S’applique à